diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-14 16:17:45 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-03-14 16:17:45 +0800 |
commit | c0eff88a89de7c10ccfc23416098476e2d20a0c3 (patch) | |
tree | 595545b6d88f2e881b0126be81cea76817ff6568 /include/proto.h | |
parent | ad3f9d651a4edbabb59674fd4f79e00ad9156f3d (diff) | |
download | pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar.gz pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar.bz2 pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar.lz pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar.xz pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.tar.zst pttbbs-c0eff88a89de7c10ccfc23416098476e2d20a0c3.zip |
ofo_water update
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@23 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index ca62fed5..8604aab5 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.3 2002/03/09 17:44:39 in2 Exp $ */ +/* $Id: proto.h,v 1.4 2002/03/14 08:17:43 in2 Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -261,6 +261,8 @@ int do_send(char *userid, char *title); void my_send(char *uident); /* mbbsd */ +void show_call_in(int save, int which); +void write_request (int sig); void log_usies(char *mode, char *mesg); void log_user(char *msg); void abort_bbs(int sig); @@ -409,7 +411,7 @@ void post_change_perm(int oldperm, int newperm, char *sysopid, char *userid); /* talk */ int cmpwatermtime(const void *a, const void *b); -void water_scr(water_t **currwater, int which, char type); +//void water_scr(water_t *tw, int which, char type); void my_write2(void); int t_idle(); char *modestring(userinfo_t * uentp, int simple); |