diff options
Diffstat (limited to 'call/call.h')
-rw-r--r-- | call/call.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/call/call.h b/call/call.h index 5a7115d..bbc1fb4 100644 --- a/call/call.h +++ b/call/call.h @@ -16,5 +16,6 @@ extern void convert_lfcr(char *, int); extern void cmd_yapp(char *, int); /* In dostime.c */ +extern void date_unix2dos(time_t, unsigned short*, unsigned short*); extern int yapp2unix(char *); extern void unix2yapp( int, char *); |