summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/proto.h b/include/proto.h
index 2fabbfba..f324d338 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -514,10 +514,11 @@ int getindex(const char *fpath, fileheader_t *fh, int start);
/* register */
int u_register(void);
-int getnewuserid(void);
int bad_user_id(const char *userid);
+int getnewuserid(void);
int checkpasswd(const char *passwd, char *test);
int setupnewuser(const userec_t *user);
+int regform_estimate_queuesize();
void new_register(void);
void check_register(void);
void delregcodefile(void);