diff options
Diffstat (limited to 'win32.h')
-rw-r--r-- | win32.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -269,6 +269,8 @@ char *get_win_sys_path (void); /* call self in a subprocess */ void fork_to_self (const char *cmdline); +const char *inet_ntop(int af, const void *src, char *dst, socklen_t size); +int inet_pton(int af, const char *src, void *st); /* Find temporary directory */ const char *win_get_tempdir(); |