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 43f78fb..d129938 100644
--- a/src/disgrace.h
+++ b/src/disgrace.h
@@ -38,7 +38,7 @@ struct DHandle;
b32 d_init(void);
-extern String d_get_hostname_ip(String host, Allocator alloc);
+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_listen();