aboutsummaryrefslogtreecommitdiff
path: root/src/disgrace.h
diff options
context:
space:
mode:
authorbonmas14 <bonmas14@gmail.com>2025-09-29 19:58:12 +0300
committerbonmas14 <bonmas14@gmail.com>2025-09-29 19:58:12 +0300
commit51ecf18f6ce5b9e06ec61423548270b4746f379d (patch)
treec2c3ffbbb1fd8ef52fa311851a45ed04ff2bb925 /src/disgrace.h
parent099519b45594827aad7c85f84816ae9b0cdd4698 (diff)
downloadungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.tar.gz
ungrateful-51ecf18f6ce5b9e06ec61423548270b4746f379d.zip
Added zlib
Diffstat (limited to 'src/disgrace.h')
-rw-r--r--src/disgrace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/disgrace.h b/src/disgrace.h
index d129938..3127fb0 100644
--- a/src/disgrace.h
+++ b/src/disgrace.h
@@ -40,7 +40,7 @@ b32 d_init(void);
extern String d_hostname_ip_get(String host, Allocator alloc);
-extern struct DHandle* d_tcp_connect(String ip, u16 port);
+extern struct DHandle* d_tcp_connect(String hostname, u16 port);
extern struct DHandle* d_tcp_listen();
extern struct DHandle* d_udp_bind();