diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h index 981a7ba4..f3579619 100644 --- a/include/proto.h +++ b/include/proto.h @@ -379,7 +379,7 @@ int query_file_money(const fileheader_t *pfh); /* menu */ void showtitle(const char *title, const char *mid); void movie(int i); -void domenu(int cmdmode, const char *cmdtitle, int cmd, const commands_t cmdtable[]); +int main_menu(void); int admin(void); int Mail(void); int Talk(void); |