From 8d8887e355480b30629b8576aa5998b7eb3d9288 Mon Sep 17 00:00:00 2001 From: ptt Date: Fri, 12 Mar 2004 05:09:08 +0000 Subject: git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1586 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/proto.h') diff --git a/include/proto.h b/include/proto.h index 59c7428c..aac257e6 100644 --- a/include/proto.h +++ b/include/proto.h @@ -9,6 +9,7 @@ #endif /* admin */ +int m_loginmsg(); int m_mod_board(char *bname); int m_newbrd(int recover); int scan_register_form(char *regfile, int automode, int neednum); @@ -538,6 +539,7 @@ int iswritable_stat(userinfo_t *uentp, int fri_stat); int isvisible_stat(userinfo_t * me, userinfo_t * uentp, int fri_stat); int cmpwatermtime(const void *a, const void *b); //void water_scr(water_t *tw, int which, char type); +void getmessage(msgque_t msg); void my_write2(void); int t_idle(); char *modestring(userinfo_t * uentp, int simple); -- cgit v1.2.3