mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2025-03-01 15:56:30 +00:00
cache_mngt: Make __nl_cache_ops_lookup() static, it was never declared
Signed-off-by: Thomas Graf <tgraf@suug.ch> Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
99050f2248
commit
5329f6a6c7
@ -38,7 +38,7 @@ static NL_RW_LOCK(cache_ops_lock);
|
||||
* @{
|
||||
*/
|
||||
|
||||
struct nl_cache_ops *__nl_cache_ops_lookup(const char *name)
|
||||
static struct nl_cache_ops *__nl_cache_ops_lookup(const char *name)
|
||||
{
|
||||
struct nl_cache_ops *ops;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user