From aa1bfde879f3c5885199d7bb4720efaabff67d8c Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Tue, 31 Jan 2017 11:24:35 +0100 Subject: call: Fix declaration of unix2yapp(). It didn't match the actual function definition. Signed-off-by: Ralf Baechle --- call/call.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3