};
/* Netlink attribute parsing. */
-const void* nl_attr_get(const struct nlattr *);
+const void *nl_attr_get(const struct nlattr *);
size_t nl_attr_get_size(const struct nlattr *);
-const void* nl_attr_get_unspec(const struct nlattr *, size_t size);
+const void *nl_attr_get_unspec(const struct nlattr *, size_t size);
bool nl_attr_get_flag(const struct nlattr *);
uint8_t nl_attr_get_u8(const struct nlattr *);
uint16_t nl_attr_get_u16(const struct nlattr *);
/* Netlink attribute policy.
*
* Specifies how to parse a single attribute from a Netlink message payload.
- *
- * See Nl_policy for example.
*/
struct nl_policy
{