diff options
Diffstat (limited to 'lib/net/client.h')
-rw-r--r-- | lib/net/client.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/net/client.h b/lib/net/client.h new file mode 100644 index 0000000..ae2f00d --- /dev/null +++ b/lib/net/client.h @@ -0,0 +1,8 @@ +#ifndef NET__SERVER_H +#define NET__SERVER_H + +#include "./common.h" + +conn_t* client_connect_to_server(const char* addr, const char* port); + +#endif // NET__SERVER_H |