diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:46:28 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-02-13 16:46:28 +0000 |
commit | f89919a7ee919a467435564a32248842a4ebdd95 (patch) | |
tree | 9184213b697bfcd7c46890b906c901cc70869a2a /package/libnl-tiny/src/include/netlink/cache.h | |
parent | 5d0f9914ba42ff93f19019f5047a097a58286c20 (diff) | |
download | upstream-f89919a7ee919a467435564a32248842a4ebdd95.tar.gz upstream-f89919a7ee919a467435564a32248842a4ebdd95.tar.bz2 upstream-f89919a7ee919a467435564a32248842a4ebdd95.zip |
libnl-tiny: decrease the size a bit more by removing some unnecessary functions
SVN-Revision: 25525
Diffstat (limited to 'package/libnl-tiny/src/include/netlink/cache.h')
-rw-r--r-- | package/libnl-tiny/src/include/netlink/cache.h | 2 |
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 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 --- */ |