Update FSF address
[lttv.git] / lttv / lttv / print.h
index e5da0e989a45b448590d8e7c47328fea92962a39..ab617fbdfeaba993b1cda5a695824b5ec205b9d5 100644 (file)
@@ -13,8 +13,8 @@
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, 
- * MA 02111-1307, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 
+ * MA 02110-1301, USA.
  */
 
 /* print.c
  * Use these functions to print textually event fields. 
  */
 
-struct bt_ctf_event;
-
+#include <lttv/event.h>
+#ifdef BABEL_CLEANUP
 void lttv_print_field(LttEvent *e, struct marker_field *f, GString *s,
                gboolean field_names, LttvTracefileState *tfs);
-#ifdef BABEL_CLEANUP
+
 void lttv_event_to_string(LttEvent *e, GString *s, gboolean mandatory_fields,
                gboolean field_names, LttvTracefileState *tfs);
 #endif
-void lttv_event_to_string(struct bt_ctf_event *event, GString *a_string, gboolean field_names);
+void lttv_event_to_string(LttvEvent *event,
+                         GString *a_string,
+                         gboolean field_names,
+                         gboolean long_version);
+void lttv_event_get_name(LttvEvent *event,GString *a_string);
 
This page took 0.024091 seconds and 4 git commands to generate.