summaryrefslogtreecommitdiffstats
path: root/package/libnl-tiny/src/include/netlink/cache.h
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:46:28 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2011-02-13 16:46:28 +0000
commit3ac4e08964d8c274db919d73056367b2f37618de (patch)
treea5559251c0843b5bd8362c6706ea164f57ea88fb /package/libnl-tiny/src/include/netlink/cache.h
parent51f2fa2929e5697b83b3b61a257ea284159718b7 (diff)
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25525 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 --- */