[NETLINK]: Remove error pointer from netlink message handler
[deliverable/linux.git] / include / linux / netfilter / nfnetlink.h
index e1ea5dfbbbd44550656641c79eb214d932d06407..0f9311df1559a212d7b2cd7b73e781e93190ccbc 100644 (file)
@@ -111,7 +111,7 @@ struct nfgenmsg {
 struct nfnl_callback
 {
        int (*call)(struct sock *nl, struct sk_buff *skb, 
-               struct nlmsghdr *nlh, struct nfattr *cda[], int *errp);
+               struct nlmsghdr *nlh, struct nfattr *cda[]);
        u_int16_t attr_count;   /* number of nfattr's */
 };
 
This page took 0.025415 seconds and 5 git commands to generate.