X-Git-Url: https://git.efficios.com/?a=blobdiff_plain;f=converter%2Fbabeltrace-cfg.h;h=f32bf07aab0af42c38f794c2f8808e9580adad4b;hb=5a3ee633fdd379e8acf7535f0ba91fb05234a36a;hp=fe385a2083511e53a440012a72970c5434e24892;hpb=feb5fe23a635825a74165977d7e6e4389d052e8d;p=babeltrace.git diff --git a/converter/babeltrace-cfg.h b/converter/babeltrace-cfg.h index fe385a20..f32bf07a 100644 --- a/converter/babeltrace-cfg.h +++ b/converter/babeltrace-cfg.h @@ -70,4 +70,7 @@ struct bt_config *bt_config_create(void); int bt_config_init_from_args(struct bt_config *cfg, int argc, const char *argv[]); +enum bt_value_status bt_config_append_plugin_paths( + struct bt_value *plugin_paths, const char *arg); + #endif /* BABELTRACE_CONVERTER_CFG_H */