]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
pppd: linux: use monotonic time if possible
[ppp.git] / pppd / pppd.h
index 6e3743fd9c97de74caf9638e717aa60525bebabb..9214aaeb6ff1c778032c922af3cc62bc6de10b5b 100644 (file)
@@ -705,6 +705,8 @@ int  cipxfaddr __P((int));
 #endif
 int  get_if_hwaddr __P((u_char *addr, char *name));
 char *get_first_ethernet __P((void));
+int get_time __P((struct timeval *));
+                               /* Get current time, monotonic if possible. */
 
 /* Procedures exported from options.c */
 int setipaddr __P((char *, char **, int)); /* Set local/remote ip addresses */