diff options
Diffstat (limited to 'contrib/xntpd/include/ntp_stdlib.h')
-rw-r--r-- | contrib/xntpd/include/ntp_stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/xntpd/include/ntp_stdlib.h b/contrib/xntpd/include/ntp_stdlib.h index 0ec0625816167..f68c768d82d34 100644 --- a/contrib/xntpd/include/ntp_stdlib.h +++ b/contrib/xntpd/include/ntp_stdlib.h @@ -79,6 +79,7 @@ extern char * inttoa P((LONG)); extern char * mfptoa P((U_LONG, U_LONG, int)); extern char * mfptoms P((U_LONG, U_LONG, int)); extern char * modetoa P((int)); +extern U_LONG netof P((U_LONG)); extern char * numtoa P((U_LONG)); extern char * numtohost P((U_LONG)); extern int octtoint P((const char *, U_LONG *)); |