cache: Add missing declaration for nl_cache_find()

Reported-by: Andrej.Gantvorg@wago.com
Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
Thomas Graf 2013-12-13 15:57:43 +01:00
parent c855e4fef5
commit bc717a9bfc

View file

@ -92,6 +92,8 @@ extern void nl_cache_set_flags(struct nl_cache *, unsigned int);
extern int nl_cache_is_empty(struct nl_cache *);
extern struct nl_object * nl_cache_search(struct nl_cache *,
struct nl_object *);
extern struct nl_object *nl_cache_find(struct nl_cache *,
struct nl_object *);
extern struct nl_object * nl_cache_lookup(struct nl_cache *,
struct nl_object *);
extern void nl_cache_mark_all(struct nl_cache *);