summaryrefslogtreecommitdiffstats
path: root/include/netlink/cache-api.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/cache-api.h')
-rw-r--r--include/netlink/cache-api.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/netlink/cache-api.h b/include/netlink/cache-api.h
index b332415..493a551 100644
--- a/include/netlink/cache-api.h
+++ b/include/netlink/cache-api.h
@@ -13,13 +13,12 @@
#define NETLINK_CACHE_API_H_
#include <netlink/netlink.h>
+#include <netlink/cache.h>
#ifdef __cplusplus
extern "C" {
#endif
-typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *);
-
/**
* @ingroup cache
* @defgroup cache_api Cache Implementation