From 55367b29e2e0b49e96a9c75f259d60554b45c704 Mon Sep 17 00:00:00 2001 From: kcwu Date: Sun, 26 Mar 2006 16:57:05 +0000 Subject: verify userid when sethome path. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3308 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index ae3a7b99..87aaebff 100644 --- a/include/proto.h +++ b/include/proto.h @@ -615,7 +615,7 @@ void cursor_clear(int row, int column); void cursor_show(int row, int column); void printdash(const char *mesg, int msglen); char *Cdatelite(const time4_t *clock); -int valid_ident(const char *ident); +int is_validuserid(const char *ident); int userid_is_BM(const char *userid, const char *list); int is_uBM(const char *list, const char *id); inline int *intbsearch(int key, const int *base0, int nmemb); -- cgit v1.2.3