summaryrefslogtreecommitdiffstats
path: root/include/sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sync.h')
-rw-r--r--include/sync.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/sync.h b/include/sync.h
index 72f6313..a737e81 100644
--- a/include/sync.h
+++ b/include/sync.h
@@ -1,7 +1,7 @@
#ifndef _SYNC_HOOKS_H_
#define _SYNC_HOOKS_H_
-struct nlnetwork;
+struct nethdr;
struct us_conntrack;
struct sync_mode {
@@ -13,9 +13,9 @@ struct sync_mode {
int (*init)(void);
void (*kill)(void);
int (*local)(int fd, int type, void *data);
- int (*recv)(const struct nlnetwork *net); /* recv callback */
+ int (*recv)(const struct nethdr *net); /* recv callback */
void (*send)(int type, /* send callback */
- const struct nlnetwork *net,
+ const struct nethdr *net,
struct us_conntrack *u);
};