Deleted Added
full compact
30c30
< * $FreeBSD: head/sys/net/if_var.h 130585 2004-06-16 09:47:26Z phk $
---
> * $FreeBSD: head/sys/net/if_var.h 130933 2004-06-22 20:13:25Z brooks $
319,321d318
< /* interface clone event */
< typedef void (*if_clone_event_handler_t)(void *, struct if_clone *);
< EVENTHANDLER_DECLARE(if_clone_event, if_clone_event_handler_t);
688,693d684
< void if_clone_attach(struct if_clone *);
< void if_clone_detach(struct if_clone *);
<
< int if_clone_create(char *, int);
< int if_clone_destroy(const char *);
<