summaryrefslogtreecommitdiff
path: root/minecctl/misc-commands.h
blob: 9798da9aea4b8924e819c8eddd2a0b91eaa71dab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* SPDX-License-Identifier: GPL-2.0 */
#ifndef foomisccommandshfoo
#define foomisccommandshfoo

bool do_init(struct cfg *cfg);

bool do_new(struct cfg *cfg);

bool do_delete(struct cfg *cfg);

bool do_list(struct cfg *cfg);

bool do_lint(struct cfg *cfg);

bool do_pcount(struct cfg *cfg);

bool do_status(struct cfg *cfg);

#endif