summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/iface.h
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/ppp/iface.h')
-rw-r--r--usr.sbin/ppp/iface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/usr.sbin/ppp/iface.h b/usr.sbin/ppp/iface.h
index a42ec09..f22883b 100644
--- a/usr.sbin/ppp/iface.h
+++ b/usr.sbin/ppp/iface.h
@@ -26,6 +26,8 @@
* $FreeBSD$
*/
+struct ifa_msghdr;
+
struct iface_addr {
struct in_addr ifa; /* local address */
struct in_addr mask; /* netmask */
@@ -60,3 +62,4 @@ extern int iface_Show(struct cmdargs const *);
extern int iface_SetFlags(struct iface *, int);
extern int iface_ClearFlags(struct iface *, int);
extern void iface_Destroy(struct iface *);
+extern void iface_ParseHdr(struct ifa_msghdr *, struct sockaddr *[RTAX_MAX]);
OpenPOWER on IntegriCloud