]> git.sesse.net Git - vlc/blobdiff - include/netutils.h
- Do not resample if delta is short enough
[vlc] / include / netutils.h
index 3e04dadfacd7ca733979144f28d24a74887e57ff..24e9626d7622d740d65daa6d032e75f30ecc0125 100644 (file)
@@ -4,7 +4,7 @@
  * modules.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: netutils.h,v 1.14 2001/05/30 17:03:11 sam Exp $
+ * $Id: netutils.h,v 1.15 2001/10/22 12:28:53 massiot Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Henri Fallon <henri@videolan.org>
@@ -30,6 +30,7 @@
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
+struct sockaddr_in;
 int network_BuildLocalAddr ( struct sockaddr_in *, int, char * ); 
 int network_BuildRemoteAddr( struct sockaddr_in *, char * );
 int network_ChannelJoin    ( int );