add missing nl_cache_search in cache.h
fix missing declaration of nl_cache_search
This commit is contained in:
parent
f0603a467b
commit
38db636f78
1 changed files with 2 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue