X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=pppd%2Fpppd.h;h=9214aaeb6ff1c778032c922af3cc62bc6de10b5b;hb=c78e3129d404f20d556f727ceee3704722de8cc7;hp=6e3743fd9c97de74caf9638e717aa60525bebabb;hpb=d98ab3805c818bfb58e20ee18e6488a851c1a90d;p=ppp.git diff --git a/pppd/pppd.h b/pppd/pppd.h index 6e3743f..9214aae 100644 --- a/pppd/pppd.h +++ b/pppd/pppd.h @@ -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 */