X-Git-Url: https://git.saurik.com/apple/network_cmds.git/blobdiff_plain/07f470571f6fc2709bdcf62fad0e6c4c1bf4e1b9..2b484d24084b903459c5b416c06cd77b48c748b9:/ifconfig.tproj/ifconfig.h?ds=sidebyside diff --git a/ifconfig.tproj/ifconfig.h b/ifconfig.tproj/ifconfig.h index 3688c9f..39fbc02 100644 --- a/ifconfig.tproj/ifconfig.h +++ b/ifconfig.tproj/ifconfig.h @@ -31,7 +31,7 @@ * * so there! * - * $Id: ifconfig.h,v 1.2 2003/12/16 23:16:58 lindak Exp $ + * $Id: ifconfig.h,v 1.3 2004/07/20 05:29:46 lindak Exp $ */ extern struct ifreq ifr; @@ -50,3 +50,6 @@ extern void setvlandev(const char *, int, int, const struct afswtch *rafp); extern void unsetvlandev(const char *, int, int, const struct afswtch *rafp); extern void vlan_status(int s, struct rt_addrinfo *); +extern void setbonddev(const char *, int, int,const struct afswtch * rafp); +extern void unsetbonddev(const char *, int, int, const struct afswtch * rafp); +extern void bond_status(int s, struct rt_addrinfo *);