diff options
author | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 20:56:13 +0800 |
---|---|---|
committer | piaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2009-08-30 20:56:13 +0800 |
commit | c7ec45b470726d9b50e7d549a09569e22e2a9a69 (patch) | |
tree | 3dc409085298e2bcea7fd461aecca9fe1e3d6674 /include | |
parent | 48b5100a347dfb5bb48a4d695a44c81e4378d69d (diff) | |
download | pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar.gz pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar.bz2 pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar.lz pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar.xz pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.tar.zst pttbbs-c7ec45b470726d9b50e7d549a09569e22e2a9a69.zip |
* add more checking to numlogindays
git-svn-id: http://opensvn.csie.org/pttbbs/branches/pttbbs.pwcu@4802 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/proto.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/proto.h b/include/proto.h index e0f784c0..bc32e07d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -745,5 +745,7 @@ int pwcuInitAdminPerm (); /* calendar */ int calendar(void); int ParseDate(const char *date, int *year, int *month, int *day); +int ParseDateTime(const char *date, int *year, int *month, int *day, + int *hour, int *min, int *sec); #endif |