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:
parent
c855e4fef5
commit
bc717a9bfc
1 changed files with 2 additions and 0 deletions
|
@ -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 *);
|
||||
|
|
Loading…
Add table
Reference in a new issue