aboutsummaryrefslogtreecommitdiff
path: root/libparse/clk_dcf7000.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparse/clk_dcf7000.c')
-rw-r--r--libparse/clk_dcf7000.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libparse/clk_dcf7000.c b/libparse/clk_dcf7000.c
index e48173170202..bfd9a744acb3 100644
--- a/libparse/clk_dcf7000.c
+++ b/libparse/clk_dcf7000.c
@@ -51,7 +51,7 @@
#include <stdio.h>
#else
#include "sys/parsestreams.h"
-extern void printf P((const char *, ...));
+extern int printf (const char *, ...);
#endif
static struct format dcf7000_fmt =
@@ -64,8 +64,8 @@ static struct format dcf7000_fmt =
(const unsigned char *)" - - - - - - - \r",
0
};
-static u_long cvt_dcf7000 P((unsigned char *, int, struct format *, clocktime_t *, void *));
-static unsigned long inp_dcf7000 P((parse_t *, unsigned int, timestamp_t *));
+static u_long cvt_dcf7000 (unsigned char *, int, struct format *, clocktime_t *, void *);
+static unsigned long inp_dcf7000 (parse_t *, unsigned int, timestamp_t *);
clockformat_t clock_dcf7000 =
{