diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-12 13:09:08 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2004-03-12 13:09:08 +0800 |
commit | 8d8887e355480b30629b8576aa5998b7eb3d9288 (patch) | |
tree | 2836f86b977a933dcaa750da6a339058319442f7 /include/proto.h | |
parent | a6b3fe4ff21bf66ac268bc7487cb41dc74526d67 (diff) | |
download | pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar.gz pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar.bz2 pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar.lz pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar.xz pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.tar.zst pttbbs-8d8887e355480b30629b8576aa5998b7eb3d9288.zip |
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@1586 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
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); |