summaryrefslogtreecommitdiff
path: root/minecctl/minecctl.h
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/minecctl.h')
-rw-r--r--minecctl/minecctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/minecctl/minecctl.h b/minecctl/minecctl.h
index 0b8b2cf..60b71b4 100644
--- a/minecctl/minecctl.h
+++ b/minecctl/minecctl.h
@@ -11,7 +11,7 @@ struct cfg {
bool force_stop;
/* bookkeeping */
- void (*cmd)(struct cfg *cfg);
+ bool (*cmd)(struct cfg *cfg);
struct list_head servers;
};