summaryrefslogtreecommitdiff
path: root/tools/eos-profile-tool/eos-profile-cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/eos-profile-tool/eos-profile-cmds.h')
-rw-r--r--tools/eos-profile-tool/eos-profile-cmds.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/tools/eos-profile-tool/eos-profile-cmds.h b/tools/eos-profile-tool/eos-profile-cmds.h
index 1b06db5..c16eded 100644
--- a/tools/eos-profile-tool/eos-profile-cmds.h
+++ b/tools/eos-profile-tool/eos-profile-cmds.h
@@ -17,11 +17,14 @@ typedef struct {
typedef gboolean (* EosProfileCmdCallback) (const EosProfileCmd *cmd,
gpointer data);
-gboolean eos_profile_cmd_help_parse_args (int argc, char **argv);
-int eos_profile_cmd_help_main (void);
+gboolean eos_profile_cmd_help_parse_args (int argc, char **argv);
+int eos_profile_cmd_help_main (void);
-gboolean eos_profile_cmd_show_parse_args (int argc, char **argv);
-int eos_profile_cmd_show_main (void);
+gboolean eos_profile_cmd_show_parse_args (int argc, char **argv);
+int eos_profile_cmd_show_main (void);
+
+gboolean eos_profile_cmd_convert_parse_args (int argc, char **argv);
+int eos_profile_cmd_convert_main (void);
void eos_profile_foreach_cmd (EosProfileCmdCallback cb,
gpointer data);