summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-18 15:46:37 +0800
committerin2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2003-05-18 15:46:37 +0800
commit41a12b6307802cd368d52072a9c2d2c010eda060 (patch)
treec92cb5fc246fbc6b94882d40d5f4b05b84977d5b
parent2502fc38a34eaf5a146e502a0e87eccfe3283ed9 (diff)
downloadpttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar.gz
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar.bz2
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar.lz
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar.xz
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.tar.zst
pttbbs-41a12b6307802cd368d52072a9c2d2c010eda060.zip
warning free
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@864 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r--include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index a2bd7459..c0c2326e 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -1,4 +1,4 @@
-/* $Id: proto.h,v 1.40 2003/05/16 08:25:29 ptt Exp $ */
+/* $Id: proto.h,v 1.41 2003/05/18 07:46:37 in2 Exp $ */
#ifndef INCLUDE_PROTO_H
#define INCLUDE_PROTO_H
@@ -213,6 +213,8 @@ int t_override();
int t_reject();
void friend_add(char *uident, int type, char *des);
void friend_delete(char *uident, int type);
+void friend_special(void);
+void setfriendfile(char *fpath, int type);
/* gamble */
int ticket_main();