diff options
Diffstat (limited to 'call/call.h')
-rw-r--r-- | call/call.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/call/call.h b/call/call.h index 2a91364..68bb5d6 100644 --- a/call/call.h +++ b/call/call.h @@ -18,4 +18,4 @@ 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 *); +extern void unix2yapp(time_t unix_date, char *buffer); |