summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2010-11-18 14:13:49 +0100
committerThomas Graf <tgraf@suug.ch>2010-11-18 14:13:49 +0100
commit8a365dbd49f558a61ae2f2de16b62afaa4bc2b79 (patch)
tree0029fdc87f7daa5c6283d368eefa0e88f3e9b342 /include
parent063a2ebf5350699406f49036756295eddc74547b (diff)
downloadlibnl-8a365dbd49f558a61ae2f2de16b62afaa4bc2b79.tar.gz
rename nl_send_auto_complete() -> nl_send_auto(), nl_auto_complete -> nl_complete_msg()
Old symbols left to maintain backwards compatibility
Diffstat (limited to 'include')
-rw-r--r--include/netlink/netlink.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/netlink/netlink.h b/include/netlink/netlink.h
index 1cfe220..099a83e 100644
--- a/include/netlink/netlink.h
+++ b/include/netlink/netlink.h
@@ -52,8 +52,11 @@ extern int nl_sendmsg(struct nl_sock *, struct nl_msg *,
extern int nl_send(struct nl_sock *, struct nl_msg *);
extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
struct iovec *, unsigned);
+extern void nl_complete_msg(struct nl_sock *,
+ struct nl_msg *);
extern void nl_auto_complete(struct nl_sock *,
- struct nl_msg *);
+ struct nl_msg *);
+extern int nl_send_auto(struct nl_sock *, struct nl_msg *);
extern int nl_send_auto_complete(struct nl_sock *,
struct nl_msg *);
extern int nl_send_simple(struct nl_sock *, int, int,