summaryrefslogtreecommitdiff
path: root/src/common/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/socket.h')
-rw-r--r--src/common/socket.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/common/socket.h b/src/common/socket.h
index a6a0fb191..01165126e 100644
--- a/src/common/socket.h
+++ b/src/common/socket.h
@@ -154,6 +154,11 @@ int start_console(void);
void set_defaultparse(int (*defaultparse)(int));
void set_defaultconsoleparse(int (*defaultparse)(char*));
+//Resolves the hostname and stores the string representation of the string in ip.
+//Meant to simplify calls to gethostbyname without the need of all the
+//required network includes.
+int resolve_hostbyname(char* hostname, char *ip);
+
extern unsigned int addr_[16]; // ip addresses of local host (host byte order)
extern unsigned int naddr_; // # of ip addresses