summaryrefslogtreecommitdiff
path: root/core/network.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/network.h')
-rw-r--r--core/network.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/network.h b/core/network.h
index aaaaa409..8af4b32f 100644
--- a/core/network.h
+++ b/core/network.h
@@ -125,7 +125,7 @@ void shutdown_networking();
125 address should represent IPv4, IPv6 or a hostname 125 address should represent IPv4, IPv6 or a hostname
126 on success returns a data in network byte order that can be used to set IP.i or IP_Port.ip.i 126 on success returns a data in network byte order that can be used to set IP.i or IP_Port.ip.i
127 on failure returns -1 */ 127 on failure returns -1 */
128int resolve_addr(char *address); 128int resolve_addr(const char *address);
129 129
130#ifdef __cplusplus 130#ifdef __cplusplus
131} 131}