diff options
Diffstat (limited to 'include')
-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 */ |