1
mirror of https://code.videolan.org/videolan/vlc synced 2024-09-16 16:02:54 +02:00

Fix warning

This commit is contained in:
Rémi Denis-Courmont 2006-11-05 11:46:43 +00:00
parent d5f8852de1
commit 10d06d38eb

View File

@ -133,7 +133,7 @@ VLC_EXPORT( int, net_Printf, ( vlc_object_t *p_this, int fd, const v_socket_t *,
VLC_EXPORT( int, __net_vaPrintf, ( vlc_object_t *p_this, int fd, const v_socket_t *, const char *psz_fmt, va_list args ) );
#if !HAVE_INET_PTON
#ifndef HAVE_INET_PTON
/* only in core, so no need for C++ extern "C" */
int inet_pton(int af, const char *src, void *dst);
#endif