summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-03-14 14:37:46 (GMT)
committerThomas Graf <tgraf@suug.ch>2013-03-14 14:37:46 (GMT)
commit88527534ba08bf8946dcf9f61c725133facb97af (patch)
tree3893615c77883afafa916a52a3858747b9643400 /include
parentf0f33c394b97341e824b5fdf62707fcd25ef84cc (diff)
downloadlibnl-88527534ba08bf8946dcf9f61c725133facb97af.zip
libnl-88527534ba08bf8946dcf9f61c725133facb97af.tar.gz
libnl-88527534ba08bf8946dcf9f61c725133facb97af.tar.bz2
addr: improve API reference documentation for nl_addr_*()
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Diffstat (limited to 'include')
-rw-r--r--include/netlink/addr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/netlink/addr.h b/include/netlink/addr.h
index 794c4ff..db3e4c2 100644
--- a/include/netlink/addr.h
+++ b/include/netlink/addr.h
@@ -6,7 +6,7 @@
* License as published by the Free Software Foundation version 2.1
* of the License.
*
- * Copyright (c) 2003-2010 Thomas Graf <tgraf@suug.ch>
+ * Copyright (c) 2003-2013 Thomas Graf <tgraf@suug.ch>
*/
#ifndef NETLINK_ADDR_H_
@@ -40,7 +40,7 @@ extern int nl_addr_guess_family(struct nl_addr *);
extern int nl_addr_fill_sockaddr(struct nl_addr *,
struct sockaddr *, socklen_t *);
extern int nl_addr_info(struct nl_addr *, struct addrinfo **);
-extern int nl_addr_resolve(struct nl_addr *addr, char *host, size_t hostlen);
+extern int nl_addr_resolve(struct nl_addr *, char *, size_t);
/* Access Functions */
extern void nl_addr_set_family(struct nl_addr *, int);