ar71xx: ag71xx: use dynamically allocated buffer for napi_stats
[openwrt.git] / package / libnl-tiny / src / include / netlink / cache.h
index f4db3b9..09719f3 100644 (file)
@@ -76,6 +76,7 @@ extern void                   nl_cache_dump_filter(struct nl_cache *,
                                                     struct nl_object *);
 
 /* Iterators */
                                                     struct nl_object *);
 
 /* Iterators */
+#ifdef disabled
 extern void                    nl_cache_foreach(struct nl_cache *,
                                                 void (*cb)(struct nl_object *,
                                                            void *),
 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);
                                                                   nl_object *,
                                                                   void *),
                                                        void *arg);
+#endif
 
 /* --- cache management --- */
 
 
 /* --- cache management --- */
 
This page took 0.024188 seconds and 4 git commands to generate.