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

bool do_list(struct cfg *cfg);

bool do_pcount(struct cfg *cfg);

#endif