]> granicus.if.org Git - libnl/commitdiff
cache_mngt: Make __nl_cache_ops_lookup() static, it was never declared
authorThomas Graf <tgraf@suug.ch>
Sat, 26 Jul 2014 19:33:20 +0000 (21:33 +0200)
committerThomas Haller <thaller@redhat.com>
Sun, 27 Jul 2014 09:04:07 +0000 (11:04 +0200)
Signed-off-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
lib/cache_mngt.c

index 4d3d6ff6d46f568d1b31b27b0fa2fb068857ff12..9f8a74209d60d528c2b9c518cb58ef5e50051436 100644 (file)
@@ -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;