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

bool do_list(struct cfg *cfg);

bool do_pcount(struct cfg *cfg);

#endif