Fix: babeltrace launch wrapper script
[babeltrace.git] / converter / babeltrace-cfg.h
index c80a62d3b235c1cd019ba7a770dd20be3f1c6d1a..fea844c52865c982eb9bf752538c576d56e7a22c 100644 (file)
@@ -26,6 +26,7 @@
  */
 
 #include <stdlib.h>
+#include <stdint.h>
 #include <babeltrace/values.h>
 #include <babeltrace/ref.h>
 #include <babeltrace/object-internal.h>
@@ -62,6 +63,6 @@ struct bt_config_component *bt_config_get_component(GPtrArray *array,
        return bt_get(g_ptr_array_index(array, index));
 }
 
-struct bt_config *bt_config_from_args(int argc, char *argv[], int *exit_code);
+struct bt_config *bt_config_from_args(int argc, const char *argv[], int *exit_code);
 
 #endif /* BABELTRACE_CONVERTER_CFG_H */
This page took 0.023348 seconds and 4 git commands to generate.