diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-17 02:46:36 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-09-17 02:46:36 +0800 |
commit | e72482234de3aaca436c044b69e57a30202a7211 (patch) | |
tree | 7e1b259ee313a50c8be21b17b228c31c495757fb /include/proto.h | |
parent | caddbcd9c4cf54cc685c43b5d7d05f748532f422 (diff) | |
download | pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar.gz pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar.bz2 pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar.lz pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar.xz pttbbs-e72482234de3aaca436c044b69e57a30202a7211.tar.zst pttbbs-e72482234de3aaca436c044b69e57a30202a7211.zip |
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
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 *); |