summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 1d8e667c..7d77439c 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -115,7 +115,7 @@ void brc_addlist(const char* fname);
void sort_bcache(void);
int getuser(char *userid, userec_t *xuser);
void setuserid(int num, char *userid);
-int searchuser(char *userid);
+int searchuser(const char *userid, char *rightid);
int getbnum(const char *bname);
void reset_board(int bid);
void touch_boards(void);