From 3ac4e08964d8c274db919d73056367b2f37618de Mon Sep 17 00:00:00 2001 From: nbd Date: Sun, 13 Feb 2011 16:46:28 +0000 Subject: 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 --- package/libnl-tiny/src/include/netlink/cache.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'package/libnl-tiny/src/include/netlink/cache.h') 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 --- */ -- cgit v1.2.3