summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-13 13:48:08 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2005-08-13 13:48:08 +0800
commit7797c4999caa34843c2e633a7a60b6b8292a2bfd (patch)
tree9dfb692a603fe43b57a260c245261ac6939e5673 /include/proto.h
parenta74e3e0cccde3c0b82dce01236f4acfd6088eaba (diff)
downloadpttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar.gz
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar.bz2
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar.lz
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar.xz
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.tar.zst
pttbbs-7797c4999caa34843c2e633a7a60b6b8292a2bfd.zip
fix bug:
user's home will not be created after retrieving from backup git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3033 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include/proto.h')
-rw-r--r--include/proto.h1
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;