aboutsummaryrefslogtreecommitdiff
path: root/src/disgrace.h
diff options
context:
space:
mode:
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();