]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/pppd.h
pppd: Combine get_first_ethernet() and get_if_hwaddr() into one function (#207)
[ppp.git] / pppd / pppd.h
index 6ac0ab83e51754d9df69bdc5c69a6b303ec4138b..612902f55d0d6ceef0646980d7941b7571526e14 100644 (file)
@@ -710,7 +710,7 @@ int  sipxfaddr(int, unsigned long, unsigned char *);
 int  cipxfaddr(int);
 #endif
 int  get_if_hwaddr(u_char *addr, char *name);
-char *get_first_ethernet(void);
+int  get_first_ether_hwaddr(u_char *addr);
 int get_time(struct timeval *);
                                /* Get current time, monotonic if possible. */