summaryrefslogtreecommitdiff
path: root/include/ntp_unixtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ntp_unixtime.h')
-rw-r--r--include/ntp_unixtime.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ntp_unixtime.h b/include/ntp_unixtime.h
index ce96980209e9..8c43f1cea037 100644
--- a/include/ntp_unixtime.h
+++ b/include/ntp_unixtime.h
@@ -136,6 +136,3 @@ extern u_long msutotsfhi[];
#define MSUTOTSF(msu, tsf) \
(tsf) = msutotsfhi[((msu) >> 5) & 0x1f] + msutotsflo[(msu) & 0x1f]
-
-extern char * tvtoa P((const struct timeval *));
-extern char * utvtoa P((const struct timeval *));