summaryrefslogtreecommitdiff
path: root/libparse/clk_rawdcf.c
diff options
context:
space:
mode:
authorOllivier Robert <roberto@FreeBSD.org>2013-12-04 21:33:17 +0000
committerOllivier Robert <roberto@FreeBSD.org>2013-12-04 21:33:17 +0000
commit2b45e011ca352ce509bc83ae148230aeee0c7e0d (patch)
treea618007bb41d13153794a598e3d904ace2976324 /libparse/clk_rawdcf.c
parent9b5bd0a264b0a21eefac2b929b574c73bd601507 (diff)
Notes
Diffstat (limited to 'libparse/clk_rawdcf.c')
-rw-r--r--libparse/clk_rawdcf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libparse/clk_rawdcf.c b/libparse/clk_rawdcf.c
index 3ef36c43ea376..20b3bf281b73d 100644
--- a/libparse/clk_rawdcf.c
+++ b/libparse/clk_rawdcf.c
@@ -101,9 +101,9 @@
* 59 - usually missing (minute indication), except for leap insertion
*/
-static u_long pps_rawdcf P((parse_t *, int, timestamp_t *));
-static u_long cvt_rawdcf P((unsigned char *, int, struct format *, clocktime_t *, void *));
-static u_long inp_rawdcf P((parse_t *, unsigned int, timestamp_t *));
+static u_long pps_rawdcf (parse_t *, int, timestamp_t *);
+static u_long cvt_rawdcf (unsigned char *, int, struct format *, clocktime_t *, void *);
+static u_long inp_rawdcf (parse_t *, unsigned int, timestamp_t *);
typedef struct last_tcode {
time_t tcode; /* last converted time code */