diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-03-27 00:57:05 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-03-27 00:57:05 +0800 |
commit | 55367b29e2e0b49e96a9c75f259d60554b45c704 (patch) | |
tree | a27baa60682fa12b4a7d1f5a97e3a5cb5ed098e2 /include | |
parent | dd19aa6ea6f949485cd6df72e525d5e334d73337 (diff) | |
download | pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar.gz pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar.bz2 pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar.lz pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar.xz pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.tar.zst pttbbs-55367b29e2e0b49e96a9c75f259d60554b45c704.zip |
verify userid when sethome path.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3308 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |