From 0764d07f9886b2645b6649201495762adc5af96e Mon Sep 17 00:00:00 2001 From: victor Date: Thu, 4 May 2006 06:35:06 +0000 Subject: 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 --- include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') 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); -- cgit v1.2.3