diff options
Diffstat (limited to 'protos.h')
-rw-r--r-- | protos.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ extern struct protocol lldp_ops; extern struct protocol none_ops; extern struct protocol tcp_ops; extern struct protocol udp_ops; +extern struct protocol dccp_ops; extern struct protocol vlan_ops; extern struct protocol ieee80211_ops; extern struct protocol QinQ_ops; |