X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=src%2Fbin%2Flttng%2Futils.h;h=e609b7086926df453b7ce98a8f81942f30914842;hb=730389d9ab1a479e172ff3aaa0adf12580bb344c;hp=5492d5e67f8abd38cff8561b57ebf3cf8e0a41af;hpb=10a8a2237343699e3923d87e24dbf2d7fe225377;p=lttng-tools.git diff --git a/src/bin/lttng/utils.h b/src/bin/lttng/utils.h index 5492d5e67..e609b7086 100644 --- a/src/bin/lttng/utils.h +++ b/src/bin/lttng/utils.h @@ -19,8 +19,11 @@ #ifndef _LTTNG_UTILS_H #define _LTTNG_UTILS_H +#include + char *get_config_file_path(void); char *get_session_name(void); int set_session_name(char *name); +void list_cmd_options(FILE *ofp, struct poptOption *options); #endif /* _LTTNG_UTILS_H */