diff options
Diffstat (limited to 'minecctl/misc-commands.h')
-rw-r--r-- | minecctl/misc-commands.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minecctl/misc-commands.h b/minecctl/misc-commands.h index ebb6ccd..95d0ba0 100644 --- a/minecctl/misc-commands.h +++ b/minecctl/misc-commands.h @@ -2,6 +2,8 @@ #ifndef foomisccommandshfoo #define foomisccommandshfoo +bool do_init(struct cfg *cfg); + bool do_list(struct cfg *cfg); bool do_lint(struct cfg *cfg); |