diff options
author | Hisao Tanabe <xtanabe@gmail.com> | 2015-01-10 18:02:07 +0900 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2015-01-10 18:23:36 +0100 |
commit | c9f19b98cd8e108617e825e071091df14f78c53a (patch) | |
tree | cf18f13244efdb8290936bed29f4d570e5b8fe08 | |
parent | 72aec11703c7fda93af77cb6356f9692f18f9e9b (diff) | |
download | libmnl-c9f19b98cd8e108617e825e071091df14f78c53a.tar.gz libmnl-c9f19b98cd8e108617e825e071091df14f78c53a.zip |
attr: minor doc fix in mnl_attr_next()
mnl_attr_next(): remove unused param - len
Signed-off-by: Hisao Tanabe <xtanabe@gmail.com>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
-rw-r--r-- | src/attr.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -105,7 +105,6 @@ EXPORT_SYMBOL(mnl_attr_ok); /** * mnl_attr_next - get the next attribute in the payload of a netlink message * \param attr pointer to the current attribute - * \param len length of the remaining bytes in the buffer (passed by reference). * * This function returns a pointer to the next attribute after the one passed * as parameter. You have to use mnl_attr_ok() to ensure that the next |