Move opt_field_names/babeltrace_verbose/babeltrace_debug into lib
[babeltrace.git] / formats / ctf-text / ctf-text.c
index f1c1f037a1e979d5301650bae1b39f805a9b44de..b8673755255c037649255d46c5a36392cd51ec56 100644 (file)
@@ -34,6 +34,8 @@
 #include <unistd.h>
 #include <stdlib.h>
 
+int opt_field_names;
+
 struct trace_descriptor *ctf_text_open_trace(const char *path, int flags,
                void (*move_pos_slow)(struct ctf_stream_pos *pos, size_t offset,
                        int whence), FILE *metadata_fp);
This page took 0.024751 seconds and 4 git commands to generate.