From b102f5f44888896e44c8af86ec4bf759e2565d85 Mon Sep 17 00:00:00 2001 From: kcwu Date: Wed, 22 Mar 2006 17:57:57 +0000 Subject: Warning, API semantic changes. searchuser() rejects empty userid. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3294 63ad8ddf-47c3-0310-b6dd-a9e9d9715204 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/proto.h b/include/proto.h index fb26c5c4..ae3a7b99 100644 --- a/include/proto.h +++ b/include/proto.h @@ -118,6 +118,7 @@ void brc_addlist(const char* fname); void sort_bcache(void); int getuser(const char *userid, userec_t *xuser); void setuserid(int num, const char *userid); +int dosearchuser(const char *userid, char *rightid); int searchuser(const char *userid, char *rightid); int getbnum(const char *bname); void touchbpostnum(int bid, int delta); -- cgit v1.2.3