diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index 329736a9..c20be401 100644 --- a/include/proto.h +++ b/include/proto.h @@ -359,6 +359,7 @@ void setupmailusage(void); /* mbbsd */ void show_call_in(int save, int which); void write_request (int sig); +void mkuserdir(const char *userid); void log_usies(const char *mode, const char *mesg); void system_abort(void); void abort_bbs(int sig) GCC_NORETURN; |