diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-09 00:36:37 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2005-07-09 00:36:37 +0800 |
commit | 49ba5a716f909c36afa8084b59d1f4f8ac072b7b (patch) | |
tree | bee8005ead40f09d41f53d8d0a7ced02766e66de | |
parent | 8a45f054083f5b3dccc3902e1dd88872831cefc1 (diff) | |
download | pttbbs-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
-rw-r--r-- | include/proto.h | 2 |
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 */ |