summaryrefslogtreecommitdiff
path: root/libparse/clk_computime.c
diff options
context:
space:
mode:
Diffstat (limited to 'libparse/clk_computime.c')
-rw-r--r--libparse/clk_computime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libparse/clk_computime.c b/libparse/clk_computime.c
index d0db6a9f24767..1068576f88aa9 100644
--- a/libparse/clk_computime.c
+++ b/libparse/clk_computime.c
@@ -54,7 +54,7 @@
#include <stdio.h>
#else
#include "sys/parsestreams.h"
-extern void printf P((const char *, ...));
+extern int printf (const char *, ...);
#endif
/*
@@ -88,8 +88,8 @@ static struct format computime_fmt =
0
};
-static u_long cvt_computime P((unsigned char *, int, struct format *, clocktime_t *, void *));
-static unsigned long inp_computime P((parse_t *, unsigned int, timestamp_t *));
+static u_long cvt_computime (unsigned char *, int, struct format *, clocktime_t *, void *);
+static unsigned long inp_computime (parse_t *, unsigned int, timestamp_t *);
clockformat_t clock_computime =
{