summaryrefslogtreecommitdiff
path: root/usr.sbin/xntpd/include/ntp_stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/xntpd/include/ntp_stdlib.h')
-rw-r--r--usr.sbin/xntpd/include/ntp_stdlib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/xntpd/include/ntp_stdlib.h b/usr.sbin/xntpd/include/ntp_stdlib.h
index fcccd6e7e7d02..0ec0625816167 100644
--- a/usr.sbin/xntpd/include/ntp_stdlib.h
+++ b/usr.sbin/xntpd/include/ntp_stdlib.h
@@ -47,7 +47,7 @@ extern U_LONG calyearstart P((U_LONG));
extern const char *clockname P((int));
extern int clocktime P((int, int, int, int, int, U_LONG, U_LONG *, U_LONG *));
extern char * emalloc P((u_int));
-extern int getopt_l P((int, char **, char *));
+extern int ntp_getopt P((int, char **, char *));
extern void init_auth P((void));
extern void init_lib P((void));
extern void init_random P((void));