summaryrefslogtreecommitdiffstats
path: root/include/netlink/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/netlink/cache.h')
-rw-r--r--include/netlink/cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netlink/cache.h b/include/netlink/cache.h
index ac03842..0da1377 100644
--- a/include/netlink/cache.h
+++ b/include/netlink/cache.h
@@ -16,13 +16,13 @@
#include <netlink/msg.h>
#include <netlink/utils.h>
#include <netlink/object.h>
-#include <netlink/cache-api.h>
#ifdef __cplusplus
extern "C" {
#endif
struct nl_cache;
+typedef void (*change_func_t)(struct nl_cache *, struct nl_object *, int, void *);
/**
* @ingroup cache