summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-04-16 10:59:01 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2007-04-16 10:59:01 +0800
commit48049f58fca08253facdfa66371b48ea046abcc9 (patch)
treeae91c8ca340b4ccfdf355291472ca97fd74d7f73 /include
parent54ab3b0886feb9faa8ead846c2bd1e2b688023e5 (diff)
downloadpttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar.gz
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar.bz2
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar.lz
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar.xz
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.tar.zst
pttbbs-48049f58fca08253facdfa66371b48ea046abcc9.zip
horoscope flavor birthday card
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3503 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h
index b2dff6bc..12700e29 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -801,6 +801,7 @@ int freecuser(void);
/* calendar */
int calendar(void);
int ParseDate(const char *date, int *year, int *month, int *day);
+int getHoroscope(int m, int d);
/* util */
void touchbtotal(int bid);