summaryrefslogtreecommitdiffstats
path: root/src/help.h
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-19 10:59:04 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-19 10:59:04 (EDT)
commit2b3d6f3c16342a25e852aa86c0f5ab3bc214a4ca (patch)
treec690e2159ca91f416e3af0dc634fe9ae967f5f20 /src/help.h
parent68cbaa12b3308716b1cb6dac82b138da7d3cbe9c (diff)
downloaddodge-balls-2b3d6f3c16342a25e852aa86c0f5ab3bc214a4ca.zip
dodge-balls-2b3d6f3c16342a25e852aa86c0f5ab3bc214a4ca.tar.gz
dodge-balls-2b3d6f3c16342a25e852aa86c0f5ab3bc214a4ca.tar.bz2
main-menu, help: Handle quit through call stack
Diffstat (limited to 'src/help.h')
-rw-r--r--src/help.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/help.h b/src/help.h
index 0c9d279..8f3acc0 100644
--- a/src/help.h
+++ b/src/help.h
@@ -20,6 +20,6 @@
#ifndef DB_HELP_H_
#define DB_HELP_H_
-void db_help(void);
+int db_help(void);
#endif /* DB_HELP_H_ */