summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/external.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/external.h b/include/external.h
index 938941a..6619967 100644
--- a/include/external.h
+++ b/include/external.h
@@ -13,7 +13,7 @@ struct external_handler {
void (*dump)(int fd, int type);
void (*flush)(void);
- void (*commit)(struct nfct_handle *h, int fd);
+ int (*commit)(struct nfct_handle *h, int fd);
void (*stats)(int fd);
void (*stats_ext)(int fd);
};