summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-24 11:31:44 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-03-24 11:31:44 +0800
commit9babe26b4f858e481463edd43290059bcd2717bd (patch)
tree78c5376e6347baf636d36882ada4093b0b1da2f3 /include/proto.h
parent30990df77ad6872f26b8180145cad86ba0fba00b (diff)
downloadpttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar.gz
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar.bz2
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar.lz
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar.xz
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.tar.zst
pttbbs-9babe26b4f858e481463edd43290059bcd2717bd.zip
- fix user over18 display in admin's user_display.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4014 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 cd8a260a..dd893cda 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -191,6 +191,7 @@ int ordersong(void);
int p_exmail(void);
void mail_redenvelop(const char* from, const char* to, int money, char mode);
void resolve_over18(void);
+int resolve_over18_user(const userec_t *u);
/* card */
int g_card_jack(void);