aboutgitcodebugslistschat
path: root/tcp_vu.h
diff options
context:
space:
mode:
Diffstat (limited to 'tcp_vu.h')
-rw-r--r--tcp_vu.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tcp_vu.h b/tcp_vu.h
new file mode 100644
index 0000000..b8c57a5
--- /dev/null
+++ b/tcp_vu.h
@@ -0,0 +1,9 @@
+// SPDX-License-Identifier: GPL-2.0-or-later
+
+#ifndef TCP_VU_H
+#define TCP_VU_H
+
+int tcp_vu_send_flag(struct ctx *c, struct tcp_tap_conn *conn, int flags);
+int tcp_vu_data_from_sock(struct ctx *c, struct tcp_tap_conn *conn);
+
+#endif /*TCP_VU_H */