return NULL;
}
+#ifdef disabled
+
/**
* Lookup message type cache association
* @arg ops cache operations
for (ops = cache_ops; ops; ops = ops->co_next)
cb(ops, arg);
}
+#endif
/**
* Register a set of cache operations
* @name Global Cache Provisioning/Requiring
* @{
*/
-
+#ifdef disabled
/**
* Provide a cache for global use
* @arg cache cache to provide
return ops->co_major_cache;
}
+#endif
/** @} */
/** @} */
}
+#ifdef disabled
char *genl_op2name(int family, int op, char *buf, size_t len)
{
struct genl_ops *ops;
strncpy(buf, "unknown", len - 1);
return NULL;
}
-
+#endif
/**
* @name Register/Unregister
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)
return obj->ce_cache;
}
+#endif
static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg)
{