summaryrefslogtreecommitdiffstats
path: root/src/intf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/intf.h')
-rw-r--r--src/intf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intf.h b/src/intf.h
index c136b6b..f331f92 100644
--- a/src/intf.h
+++ b/src/intf.h
@@ -62,7 +62,7 @@ struct tsnif_handle {
typedef int(*cb_tsnif_enum_t)(struct tsnif_term *term);
/* handle functions */
-int tsnif_init(struct tsnif_handle *h, struct tsnif_ops *ops);
+int tsnif_init(struct tsnif_handle *h, struct tsnif_ops *ops, int trans_flags);
int tsnif_close(struct tsnif_handle *h);
int tsnif_process(struct tsnif_handle *h);
int tsnif_fd(struct tsnif_handle *h);