summaryrefslogtreecommitdiffstats
path: root/win32.h
diff options
context:
space:
mode:
authorDavid Sommerseth <dazo@users.sourceforge.net>2011-04-25 17:16:34 +0200
committerDavid Sommerseth <dazo@users.sourceforge.net>2011-04-25 17:18:40 +0200
commitc5f7d08b8c3d4287dd40bbdf52525add8f5cee20 (patch)
tree0b5c57f614d395ff2033b45437abb48b84db1a8d /win32.h
parentdcf4bcc2d95faac5d7c4844ca841359526601c69 (diff)
parent15a436aac6b617b87bb234cdd7fedf1e603c470f (diff)
downloadopenvpn-c5f7d08b8c3d4287dd40bbdf52525add8f5cee20.tar.gz
openvpn-c5f7d08b8c3d4287dd40bbdf52525add8f5cee20.tar.xz
openvpn-c5f7d08b8c3d4287dd40bbdf52525add8f5cee20.zip
Merge branch 'feat_ipv6_payload'
Conflicts: options.c - feat_ipv6_payload and feat_ip6_transport both updates this file with presence information Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
Diffstat (limited to 'win32.h')
-rw-r--r--win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32.h b/win32.h
index f2d9aec..d0ecc85 100644
--- a/win32.h
+++ b/win32.h
@@ -272,6 +272,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();