summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-09 00:36:37 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-07-09 00:36:37 +0800
commit49ba5a716f909c36afa8084b59d1f4f8ac072b7b (patch)
treebee8005ead40f09d41f53d8d0a7ced02766e66de /include/proto.h
parent8a45f054083f5b3dccc3902e1dd88872831cefc1 (diff)
downloadpttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar.gz
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar.bz2
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar.lz
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar.xz
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.tar.zst
pttbbs-49ba5a716f909c36afa8084b59d1f4f8ac072b7b.zip
fix r2923, proto update
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2924 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index a04827c2..311b15bb 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -712,6 +712,8 @@ int u_list(void);
#if defined(DBCSAWARE_GETDATA) || defined(DBCSAWARE_EDIT)
# define DBCSAWARE
int u_detectDBCSAwareEvilClient();
+int getDBCSstatus(unsigned char *s, int pos);
+#define ISDBCSAWARE() (cuser.uflag & DBCSAWARE_FLAG)
#endif
/* vote */