Use dynamic shared libraries, list formats
[babeltrace.git] / include / babeltrace / format.h
index ad2f0cd10f41435b09a3647aa47338a2d464d046..590ab4cb1cca73ef14c14aff98d3e7d45a261b35 100644 (file)
@@ -21,6 +21,7 @@
 
 #include <babeltrace/types.h>
 #include <stdint.h>
+#include <stdio.h>
 #include <glib.h>
 
 struct format {
@@ -82,6 +83,7 @@ struct format {
 };
 
 struct format *bt_lookup_format(GQuark qname);
+void bt_fprintf_format_list(FILE *fp);
 int bt_register_format(struct format *format);
 
 /* TBD: format unregistration */
This page took 0.023551 seconds and 4 git commands to generate.