lib: add aliases for Babeltrace structure types
[babeltrace.git] / cli / babeltrace-cfg.c
index f4d836ae2858bfbb98538d8a83f31988b5d84101..1205b21d88579d9bcad3b25ed07089cf395e367d 100644 (file)
@@ -38,7 +38,7 @@ void destroy_gstring(void *data)
  * and appends them to the array value object plugin_paths.
  */
 int bt_config_append_plugin_paths(
-               struct bt_value *plugin_paths, const char *arg)
+               bt_value *plugin_paths, const char *arg)
 {
        int ret = 0;
        GPtrArray *dirs = g_ptr_array_new_with_free_func(destroy_gstring);
This page took 0.033962 seconds and 4 git commands to generate.