X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fconf.h;h=3bed59c2a09a58bc2c56e5c01c107fe74d4571e7;hb=45d5d421f3464b541315509ecc2295be81b7139d;hp=1c471dae3c0990eff7cc2ececbbb81a474cb830c;hpb=d14d33bf091e72b23b1f90ea18a0a01bed098b76;p=lttng-tools.git diff --git a/src/bin/lttng/conf.h b/src/bin/lttng/conf.h index 1c471dae3..3bed59c2a 100644 --- a/src/bin/lttng/conf.h +++ b/src/bin/lttng/conf.h @@ -21,9 +21,10 @@ #define CONFIG_FILENAME ".lttngrc" void config_destroy(char *path); +void config_destroy_default(void); +int config_exists(const char *path); int config_init(char *path); int config_add_session_name(char *path, char *name); -char *config_get_default_path(void); /* Must free() the return pointer */ char *config_read_session_name(char *path);