From 2fe4ada36ca3f34674dbf767a3be100f3b952817 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Mon, 12 Feb 2007 17:35:07 +0000 Subject: [PATCH] Export inet_pton replacement --- include/vlc_network.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_network.h b/include/vlc_network.h index bc35ffe9d7..0d018199fe 100644 --- a/include/vlc_network.h +++ b/include/vlc_network.h @@ -138,7 +138,7 @@ VLC_EXPORT( int, __net_vaPrintf, ( vlc_object_t *p_this, int fd, const v_socket_ #ifndef HAVE_INET_PTON /* only in core, so no need for C++ extern "C" */ -int inet_pton(int af, const char *src, void *dst); +VLC_EXPORT (int, inet_pton, (int af, const char *src, void *dst) ); #endif #ifndef HAVE_POLL -- 2.39.2