summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-31 13:30:33 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2008-01-31 13:30:33 +0800
commit3727016a2521ae1fa3f80296100df3294bbc90ce (patch)
treeec50445866392e7e0dcee86af6175f1a4bef13c0 /include
parent718716ca8b2651626439d8a4d0c5b52f7d388130 (diff)
downloadpttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar.gz
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar.bz2
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar.lz
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar.xz
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.tar.zst
pttbbs-3727016a2521ae1fa3f80296100df3294bbc90ce.zip
- change over18 calculation as standalone function, in order user changed birthday.
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3893 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/modes.h1
-rw-r--r--include/proto.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/include/modes.h b/include/modes.h
index e112733c..e53801d2 100644
--- a/include/modes.h
+++ b/include/modes.h
@@ -181,6 +181,7 @@ enum _DBCS_STATUS {
#define SIG_DARK 5
#define SIG_GO 6
#define SIG_REVERSI 7
+#define SIG_CONN6 8
/* talk.c ¤¤ªº¼Ò¦¡ */
#define WATERBALL_GENERAL 0
diff --git a/include/proto.h b/include/proto.h
index 6dc763ec..17a5cbf1 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -190,6 +190,7 @@ int p_from(void);
int ordersong(void);
int p_exmail(void);
void mail_redenvelop(const char* from, const char* to, int money, char mode);
+void resolve_over18(void);
/* card */
int g_card_jack(void);