diff options
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); |