From b21c27c008abe611d03e5ab8042080b632846e5c Mon Sep 17 00:00:00 2001 From: victor Date: Tue, 16 Aug 2005 06:30:40 +0000 Subject: reduce memory usage by 70 bytes per user. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3047 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/proto.h') 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); -- cgit v1.2.3