ipv4: Kill early demux method return value.
[deliverable/linux.git] / include / net / protocol.h
index 967b926cbfb1fafe342b0fbfcc12aa795650ba1a..057f2d3155673cf302171b2c57dc0366505c524e 100644 (file)
@@ -37,7 +37,7 @@
 
 /* This is used to register protocols. */
 struct net_protocol {
-       int                     (*early_demux)(struct sk_buff *skb);
+       void                    (*early_demux)(struct sk_buff *skb);
        int                     (*handler)(struct sk_buff *skb);
        void                    (*err_handler)(struct sk_buff *skb, u32 info);
        int                     (*gso_send_check)(struct sk_buff *skb);
This page took 0.024252 seconds and 5 git commands to generate.