From f89919a7ee919a467435564a32248842a4ebdd95 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Feb 2011 16:46:28 +0000 Subject: libnl-tiny: decrease the size a bit more by removing some unnecessary functions SVN-Revision: 25525 --- 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 f4db3b9bf9..09719f3a74 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