summaryrefslogtreecommitdiffstats
path: root/include/proto.h
diff options
context:
space:
mode:
authorvictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-05-04 14:35:06 +0800
committervictor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2006-05-04 14:35:06 +0800
commit0764d07f9886b2645b6649201495762adc5af96e (patch)
tree488b19ba172f2ecbdfb5f57e4c6b130fc94393b9 /include/proto.h
parentd146af9094828a4a0acf6a3da40d7401808e95e6 (diff)
downloadpttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar.gz
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar.bz2
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar.lz
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar.xz
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.tar.zst
pttbbs-0764d07f9886b2645b6649201495762adc5af96e.zip
add a simple help page to calendar
take the format of 19XX instead of XX git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3353 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 e2c93338..254a77af 100644
--- a/include/proto.h
+++ b/include/proto.h
@@ -793,6 +793,7 @@ int freecuser(void);
/* calendar */
int calendar(void);
+int ParseDate(const char *date, int *year, int *month, int *day);
/* util */
void touchbtotal(int bid);