summaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/include/netlink/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'package/libnl-tiny/src/include/netlink/cache.h')
-rw-r--r--package/libnl-tiny/src/include/netlink/cache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libnl-tiny/src/include/netlink/cache.h b/package/libnl-tiny/src/include/netlink/cache.h
index f4db3b9bf..09719f3a7 100644
--- a/package/libnl-tiny/src/include/netlink/cache.h
+++ b/package/libnl-tiny/src/include/netlink/cache.h
@@ -76,6 +76,7 @@ extern void nl_cache_dump_filter(struct nl_cache *,
struct nl_object *);
/* Iterators */
+#ifdef disabled
extern void nl_cache_foreach(struct nl_cache *,
void (*cb)(struct nl_object *,
void *),
@@ -86,6 +87,7 @@ extern void nl_cache_foreach_filter(struct nl_cache *,
nl_object *,
void *),
void *arg);
+#endif
/* --- cache management --- */