diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-13 17:05:34 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-02-13 17:05:34 +0000 |
commit | c03d47962ed1963f33f1621d252b64b850dfed03 (patch) | |
tree | 0d402d61ee871d4f658f381567bf468abc1d3b84 /package/libnl-tiny/src/include/netlink-local.h | |
parent | 5ae86707315e07fadacc18a8cc628b16919f3b2f (diff) |
libnl-tiny: remove some more functions to reduce binary size
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25527 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libnl-tiny/src/include/netlink-local.h')
-rw-r--r-- | package/libnl-tiny/src/include/netlink-local.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/libnl-tiny/src/include/netlink-local.h b/package/libnl-tiny/src/include/netlink-local.h index f952bbea45..330100e805 100644 --- a/package/libnl-tiny/src/include/netlink-local.h +++ b/package/libnl-tiny/src/include/netlink-local.h @@ -95,6 +95,7 @@ extern int __str2flags(const char *, struct trans_tbl *, size_t); extern void dump_from_ops(struct nl_object *, struct nl_dump_params *); +#ifdef disabled static inline struct nl_cache *dp_cache(struct nl_object *obj) { if (obj->ce_cache == NULL) @@ -102,6 +103,7 @@ static inline struct nl_cache *dp_cache(struct nl_object *obj) return obj->ce_cache; } +#endif static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) { |