summaryrefslogtreecommitdiffstats
path: root/src/intf.h
diff options
context:
space:
mode:
authorJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-06-04 17:43:50 +0200
committerJiri Olsa <Jiri Olsa jolsa@redhat.com>2010-06-04 17:43:50 +0200
commitf126078bbae246d179f15d9948450a8a8eb96312 (patch)
treef4c72a5be5b731ccb931d213a4c8a9882640a65d /src/intf.h
parent23367a9167c0ee1efb700a474e1a40ac28856da1 (diff)
downloadtsnif-udp-1.tar.gz
tsnif-udp-1.tar.xz
tsnif-udp-1.zip
aliveudp-1
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);