add missing nl_cache_search in cache.h

fix missing declaration of nl_cache_search
This commit is contained in:
Daniel Walter 2011-03-22 10:53:51 +01:00 committed by Thomas Graf
parent f0603a467b
commit 38db636f78

View file

@ -68,6 +68,8 @@ extern int nl_cache_include(struct nl_cache *,
/* General */
extern int nl_cache_is_empty(struct nl_cache *);
extern struct nl_object * nl_cache_search(struct nl_cache *,
struct nl_object *);
extern void nl_cache_mark_all(struct nl_cache *);
/* Dumping */