From 49ba5a716f909c36afa8084b59d1f4f8ac072b7b Mon Sep 17 00:00:00 2001 From: piaip Date: Fri, 8 Jul 2005 16:36:37 +0000 Subject: fix r2923, proto update git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@2924 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 ++ 1 file changed, 2 insertions(+) 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 */ -- cgit v1.2.3