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 acc01f55..434e8e3d 100644 --- a/include/proto.h +++ b/include/proto.h @@ -576,6 +576,7 @@ void pressanykey_or_callangel(void); #endif struct tm *localtime4(time4_t *); time4_t time4(time4_t *); +char *ctime4(time4_t *); /* syspost */ int post_msg(char* bname, char* title, char *msg, char* author); |