summaryrefslogtreecommitdiff
path: root/code/test/vid/server.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2018-01-19 19:08:32 +0100
committerUros Majstorovic <majstor@majstor.org>2018-01-19 19:08:32 +0100
commit544f43a7e06c9b0c63df8d3994318ea72107f64e (patch)
tree5e99fc1693ca1c538eb4d0a5743d100ace60eab1 /code/test/vid/server.h
parent21d54fc77a32d76665223ae26c4262363a9222a6 (diff)
pine64 vid test update
Diffstat (limited to 'code/test/vid/server.h')
-rw-r--r--code/test/vid/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/code/test/vid/server.h b/code/test/vid/server.h
index 3f9c57e..a4024fd 100644
--- a/code/test/vid/server.h
+++ b/code/test/vid/server.h
@@ -2,4 +2,4 @@
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
+int init_server(char *address, char *my_key, char *vcs_key);