diff options
author | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-04 14:35:06 +0800 |
---|---|---|
committer | victor <victor@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2006-05-04 14:35:06 +0800 |
commit | 0764d07f9886b2645b6649201495762adc5af96e (patch) | |
tree | 488b19ba172f2ecbdfb5f57e4c6b130fc94393b9 /include | |
parent | d146af9094828a4a0acf6a3da40d7401808e95e6 (diff) | |
download | pttbbs-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')
-rw-r--r-- | include/proto.h | 1 |
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); |