summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-09 18:34:58 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2002-03-09 18:34:58 +0800
commit333ccae794114252eeba90e2288ffd7b6fd0c9db (patch)
treeafb5e20e3349b1c481140843d5618b75d072f3e8 /include/proto.h
parent3813eb2b959227e88aacbda9da2c5e05d4839870 (diff)
downloadpttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.gz
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.bz2
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.lz
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.xz
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.tar.zst
pttbbs-333ccae794114252eeba90e2288ffd7b6fd0c9db.zip
ofo's water show 'x' for dead users
my_write() input uin if already got it git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@11 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h
index 8122f5d5..5247ac7f 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.1 2002/03/07 15:13:48 in2 Exp $ */
+/* $Id: proto.h,v 1.2 2002/03/09 10:34:56 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -416,7 +416,7 @@ char *modestring(userinfo_t * uentp, int simple);
int isvisible(userinfo_t * me, userinfo_t * uentp);
int t_users();
int cmpuids(int uid, userinfo_t * urec);
-int my_write(pid_t pid, char *hint, char *id, int flag);
+int my_write(pid_t pid, char *hint, char *id, int flag, userinfo_t *);
void t_display_new();
void talkreply();
int t_monitor();