projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[package] uhttpd: add "application/x-ns-proxy-autoconfig" mime type (#8236)
[openwrt.git]
/
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
f4db3b9
..
09719f3
100644
(file)
--- 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 --- */
This page took
0.020799 seconds
and
4
git commands to generate.