ofproto-dpif: Fix small typo in comment.
[openvswitch] / lib / netlink.h
index 0bd2c41e60357df54dbda65aae4a34c71797420e..2206339cbb46e496d4f7ed55ad278f0c5937f424 100644 (file)
@@ -160,5 +160,7 @@ bool nl_parse_nested(const struct nlattr *, const struct nl_policy[],
 const struct nlattr *nl_attr_find(const struct ofpbuf *, size_t hdr_len,
                                   uint16_t type);
 const struct nlattr *nl_attr_find_nested(const struct nlattr *, uint16_t type);
+const struct nlattr *nl_attr_find__(const struct nlattr *attrs, size_t size,
+                                    uint16_t type);
 
 #endif /* netlink.h */