diff options
author | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-16 16:25:29 +0800 |
---|---|---|
committer | ptt <ptt@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-05-16 16:25:29 +0800 |
commit | cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212 (patch) | |
tree | 9dfeccf0ebff5a565992d9b3ca4b40ffac86910a /include/proto.h | |
parent | 968a86a3b520514f2957e0cec6be6ea1c34487ea (diff) | |
download | pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.gz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.bz2 pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.lz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.xz pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.tar.zst pttbbs-cf62c6d70dcbe8cc6bb6cbf72377a60c2363e212.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@857 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r-- | include/proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/proto.h b/include/proto.h index e4bcf25c..a2bd7459 100644 --- a/include/proto.h +++ b/include/proto.h @@ -1,4 +1,4 @@ -/* $Id: proto.h,v 1.39 2003/04/28 01:02:46 in2 Exp $ */ +/* $Id: proto.h,v 1.40 2003/05/16 08:25:29 ptt Exp $ */ #ifndef INCLUDE_PROTO_H #define INCLUDE_PROTO_H @@ -211,7 +211,7 @@ void friend_edit(int type); void friend_load(); int t_override(); int t_reject(); -void friend_add(char *uident, int type); +void friend_add(char *uident, int type, char *des); void friend_delete(char *uident, int type); /* gamble */ |