Remove unnecessary inclusions of version.h
[lttng-tools.git] / src / bin / lttng / utils.h
index 7f656df13481c06856a154ac707a356bcc1a4caa..4de7f0fe3e09cfae656d8ac800ffb6a91919f417 100644 (file)
@@ -19,7 +19,6 @@
 #define _LTTNG_UTILS_H
 
 #include <popt.h>
-#include "version.h"
 
 #include <lttng/lttng.h>
 
@@ -60,6 +59,6 @@ int print_missing_or_multiple_domains(unsigned int sum);
 int spawn_relayd(const char *pathname, int port);
 int check_relayd(void);
 void print_session_stats(const char *session_name);
-int show_cmd_man_page(const char *cmd_name);
+int show_cmd_help(const char *cmd_name, const char *help_msg);
 
 #endif /* _LTTNG_UTILS_H */
This page took 0.025545 seconds and 5 git commands to generate.