Add --list-commands option to the snapshot command
[lttng-tools.git] / src / bin / lttng / utils.h
index 57bec1250fe1ea237b0e6913b0160bd83b3c646c..fb973caa5f44238bb78da41007ae2839157f776f 100644 (file)
 
 #include <popt.h>
 
+struct cmd_struct;
+
 char *get_session_name(void);
+void list_commands(struct cmd_struct *commands, FILE *ofp);
 void list_cmd_options(FILE *ofp, struct poptOption *options);
 
 /*
This page took 0.022801 seconds and 4 git commands to generate.