summaryrefslogtreecommitdiffstats
path: root/include/netlink-private
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink-private')
-rw-r--r--include/netlink-private/cache-api.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/netlink-private/cache-api.h b/include/netlink-private/cache-api.h
index 5d9b0ad..f3d9f01 100644
--- a/include/netlink-private/cache-api.h
+++ b/include/netlink-private/cache-api.h
@@ -109,18 +109,6 @@ extern "C" {
* @{
*/
-enum {
- NL_ACT_UNSPEC,
- NL_ACT_NEW,
- NL_ACT_DEL,
- NL_ACT_GET,
- NL_ACT_SET,
- NL_ACT_CHANGE,
- __NL_ACT_MAX,
-};
-
-#define NL_ACT_MAX (__NL_ACT_MAX - 1)
-
#define END_OF_MSGTYPES_LIST { -1, -1, NULL }
/**
@@ -273,9 +261,6 @@ struct nl_cache_ops
struct nl_msgtype co_msgtypes[];
};
-extern void nl_cache_ops_get(struct nl_cache_ops *);
-extern void nl_cache_ops_put(struct nl_cache_ops *);
-
/** @} */
#ifdef __cplusplus