From e72482234de3aaca436c044b69e57a30202a7211 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sat, 16 Sep 2006 18:46:36 +0000 Subject: Allocate water[] on demend. Saved about 4400 bytes. Only 4%~5% online user of ptt use this feature. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3420 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index ac41c534..b128cc85 100644 --- a/include/proto.h +++ b/include/proto.h @@ -665,6 +665,7 @@ int cmpwatermtime(const void *a, const void *b); void getmessage(msgque_t msg); void my_write2(void); int t_idle(void); +void check_water_init(void); const char *modestring(const userinfo_t * uentp, int simple); int t_users(void); int my_write(pid_t pid, const char *hint, const char *id, int flag, userinfo_t *); -- cgit v1.2.3