diff options
-rw-r--r-- | lib/genl/mngt.c | 1 | ||||
-rw-r--r-- | lib/genl/nl-priv-genl.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/lib/genl/mngt.c b/lib/genl/mngt.c index 047048b..82ba0be 100644 --- a/lib/genl/mngt.c +++ b/lib/genl/mngt.c @@ -307,6 +307,7 @@ static int __genl_ops_resolve(struct nl_cache *ctrl, struct genl_ops *ops) return -NLE_OBJ_NOTFOUND; } +/* WARNING: this symbol is wrongly exported in libnl-genl-3.sym. */ int genl_resolve_id(struct genl_ops *ops) { struct nl_sock *sk; diff --git a/lib/genl/nl-priv-genl.h b/lib/genl/nl-priv-genl.h index ac592bd..ad85047 100644 --- a/lib/genl/nl-priv-genl.h +++ b/lib/genl/nl-priv-genl.h @@ -11,6 +11,7 @@ #define GENL_HDRSIZE(hdrlen) (GENL_HDRLEN + (hdrlen)) +/* WARNING: this symbol is wrongly exported in libnl-genl-3.sym. */ extern int genl_resolve_id(struct genl_ops *ops); #endif |