summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorThomas Graf <tgraf@redhat.com>2012-06-01 11:51:43 +0200
committerThomas Graf <tgraf@redhat.com>2012-06-01 11:51:43 +0200
commit8fad2e31942dd1063fd171b0f9596841225c25ff (patch)
treee04fbc322aeac485943e3cee2282c9856d31f377 /include
parentfaef2fa45f67da810415f4dd4f0ce62d70965ad4 (diff)
downloadlibnl-8fad2e31942dd1063fd171b0f9596841225c25ff.tar.gz
genl: Export genl_ops_resolve() and genl_mngt_resolve() in header
These have been public but have not been declared in a header yet.
Diffstat (limited to 'include')
-rw-r--r--include/netlink/genl/mngt.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/netlink/genl/mngt.h b/include/netlink/genl/mngt.h
index 01cbdb5..8a51ccd 100644
--- a/include/netlink/genl/mngt.h
+++ b/include/netlink/genl/mngt.h
@@ -166,6 +166,9 @@ extern int genl_handle_msg(struct nl_msg *, void *);
extern int genl_register(struct nl_cache_ops *);
extern void genl_unregister(struct nl_cache_ops *);
+extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
+extern int genl_mngt_resolve(struct nl_sock *);
+
#ifdef __cplusplus
}
#endif