summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 */