From 3727016a2521ae1fa3f80296100df3294bbc90ce Mon Sep 17 00:00:00 2001 From: piaip Date: Thu, 31 Jan 2008 05:30:33 +0000 Subject: - 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 --- include/modes.h | 1 + include/proto.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') 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); -- cgit v1.2.3