summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDaniel Walter <sahne@0x90.at>2011-03-22 10:53:51 +0100
committerThomas Graf <tgraf@suug.ch>2011-03-22 13:13:07 +0100
commit38db636f7877c7643463e51178e91695485eda27 (patch)
tree5b8ea1fc469ea12bb90b968c49d040e6af2684ae /include
parentf0603a467b8c3719b6575d781b43aa0567180603 (diff)
downloadlibnl-38db636f7877c7643463e51178e91695485eda27.tar.gz
add missing nl_cache_search in cache.h
fix missing declaration of nl_cache_search
Diffstat (limited to 'include')
-rw-r--r--include/netlink/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/netlink/cache.h b/include/netlink/cache.h
index c752920..61f94dd 100644
--- a/include/netlink/cache.h
+++ b/include/netlink/cache.h
@@ -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 */