summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-16 14:30:40 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-16 14:30:40 +0800
commitb21c27c008abe611d03e5ab8042080b632846e5c (patch)
treeab774c72c78b4b1f457361dc796034d91411fbdb /include/proto.h
parent46d670eedce001eb79f4ce5cc8f6ffaf2ad83b5d (diff)
downloadpttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar.gz
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar.bz2
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar.lz
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar.xz
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.tar.zst
pttbbs-b21c27c008abe611d03e5ab8042080b632846e5c.zip
reduce memory usage by 70 bytes per user.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3047 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
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);