[PATCH 01/14] cache_mngt: Make __nl_cache_ops_lookup() static, it was never declared

Thomas Graf tgraf at suug.ch
Sat Jul 26 12:33:20 PDT 2014


Signed-off-by: Thomas Graf <tgraf at suug.ch>
---
 lib/cache_mngt.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/cache_mngt.c b/lib/cache_mngt.c
index 4d3d6ff..9f8a742 100644
--- a/lib/cache_mngt.c
+++ b/lib/cache_mngt.c
@@ -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;
 
-- 
1.9.3




More information about the libnl mailing list