summaryrefslogtreecommitdiff
path: root/code/test/vid/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/test/vid/server.h')
-rw-r--r--code/test/vid/server.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/code/test/vid/server.h b/code/test/vid/server.h
new file mode 100644
index 0000000..3f9c57e
--- /dev/null
+++ b/code/test/vid/server.h
@@ -0,0 +1,5 @@
+#include "core.h"
+
+ssize_t send_frame(unsigned char *buffer, size_t size, ecp_pts_t pts);
+int conn_is_open(void);
+int init_server(char *address, char *key); \ No newline at end of file