]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
Merge branch 'monotonic-time' of https://github.com/themiron/ppp
[ppp.git] / pppd / pppd.h
index b31b78da7e727a005edf3544487721a70d465620..4ab2ac1309902b05b21fe71a5113f3d16a066800 100644 (file)
@@ -713,6 +713,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 */