summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.h
blob: eb03fd9610c705ba23da8ce88da9beb3415e1d99 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef foomisccommandshfoo
#define foomisccommandshfoo

bool do_list(struct cfg *cfg);

bool do_lint(struct cfg *cfg);

bool do_pcount(struct cfg *cfg);

#endif