diff options
| author | Archie Cobbs <archie@FreeBSD.org> | 2000-08-22 18:06:21 +0000 |
|---|---|---|
| committer | Archie Cobbs <archie@FreeBSD.org> | 2000-08-22 18:06:21 +0000 |
| commit | ab6e6ab39be0493d576ccf1113269b0dbe836c53 (patch) | |
| tree | a72e8bb7460e16eb80ba03aad4966be88371a521 /sys/net/if_var.h | |
| parent | 7fc571ae40653ea85874feddf3116edf0cf2d734 (diff) | |
Notes
Diffstat (limited to 'sys/net/if_var.h')
| -rw-r--r-- | sys/net/if_var.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if_var.h b/sys/net/if_var.h index e6f07853622e..d16fc00c4313 100644 --- a/sys/net/if_var.h +++ b/sys/net/if_var.h @@ -340,6 +340,7 @@ int if_delmulti __P((struct ifnet *, struct sockaddr *)); void if_detach __P((struct ifnet *)); void if_down __P((struct ifnet *)); void if_route __P((struct ifnet *, int flag, int fam)); +int if_setlladdr __P((struct ifnet *, const u_char *, int)); void if_unroute __P((struct ifnet *, int flag, int fam)); void if_up __P((struct ifnet *)); /*void ifinit __P((void));*/ /* declared in systm.h for main() */ |
