Export the babeltrace API in babeltrace.h
[babeltrace.git] / include / babeltrace / ctf-text / types.h
index 7703e7b8e25148272f5c6ed91f8e0264ea0d4706..400e62c689d0ee3319cb706a73f64f54e15436a1 100644 (file)
@@ -24,7 +24,7 @@
 #include <stdint.h>
 #include <unistd.h>
 #include <glib.h>
-#include <babeltrace/babeltrace.h>
+#include <babeltrace/babeltrace-internal.h>
 #include <babeltrace/types.h>
 #include <babeltrace/format.h>
 
@@ -69,4 +69,9 @@ void print_pos_tabs(struct ctf_text_stream_pos *pos)
                fprintf(pos->fp, "\t");
 }
 
+/*
+ * Check if the field must be printed.
+ */
+int print_field(struct definition *definition);
+
 #endif /* _BABELTRACE_CTF_TEXT_TYPES_H */
This page took 0.025083 seconds and 4 git commands to generate.