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, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index 932933ab..1859dff8 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -518,6 +518,8 @@ void new_register(void);
int checkpasswd(const char *passwd, char *test);
void check_register(void);
char *genpasswd(char *pw);
+int setupnewuser(const userec_t *user);
+
/* screen */
void mouts(int y, int x, const char *str);