summaryrefslogtreecommitdiff
path: root/src/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/client.h')
-rw-r--r--src/client.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h
new file mode 100644
index 0000000..69d4c7d
--- /dev/null
+++ b/src/client.h
@@ -0,0 +1 @@
+int start_client(const char *s_host, const char *s_port, const char *r_host, const char *r_port);