diff options
| author | Stephen Hemminger <shemminger@osdl.org> | 2003-04-17 20:40:06 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-04-17 20:40:06 -0700 |
| commit | bd9056f78415aa24d3dfc32cb91dc90c1fb32258 (patch) | |
| tree | fda31fa84310a328a4ae997a095c2354b0494d82 /include/linux | |
| parent | 73ee6aab6034a9f4e7593ab284c58cdb773fee49 (diff) | |
[VLAN]: Cleaner module interface.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/if_vlan.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_vlan.h b/include/linux/if_vlan.h index 3fbf27dcc20e..026cf2d5b20b 100644 --- a/include/linux/if_vlan.h +++ b/include/linux/if_vlan.h @@ -54,8 +54,8 @@ struct vlan_hdr { #define VLAN_VID_MASK 0xfff -/* found in af_inet.c */ -extern int (*vlan_ioctl_hook)(unsigned long arg); +/* found in socket.c */ +extern void vlan_ioctl_set(int (*hook)(unsigned long)); #define VLAN_NAME "vlan" |
