Add --debug-info-target-prefix
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 9f39fde65eef8b18e365ebfd824ea0a41e0f19c7..64d562b789c6fb8d77d0203989ee45fb5c076b83 100644 (file)
@@ -192,10 +192,12 @@ extern int opt_all_field_names,
        opt_clock_date,
        opt_clock_gmt,
        opt_clock_force_correlate,
-       opt_stream_intersection;
+       opt_debug_info_full_path;
 
 extern int64_t opt_clock_offset;
 extern int64_t opt_clock_offset_ns;
 extern int babeltrace_ctf_console_output;
+extern char *opt_debug_info_dir;
+extern char *opt_debug_info_target_prefix;
 
 #endif
This page took 0.022302 seconds and 4 git commands to generate.