]> git.sesse.net Git - vlc/blobdiff - include/netutils.h
* Fixed the BeOS compile typo.
[vlc] / include / netutils.h
index 123134d8ecd8a365b08a5f45b49a117f53e6b0a4..3e04dadfacd7ca733979144f28d24a74887e57ff 100644 (file)
@@ -4,7 +4,7 @@
  * modules.
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: netutils.h,v 1.9 2001/03/21 13:42:33 sam Exp $
+ * $Id: netutils.h,v 1.14 2001/05/30 17:03:11 sam Exp $
  *
  * Authors: Vincent Seguin <seguin@via.ecp.fr>
  *          Henri Fallon <henri@videolan.org>
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  *****************************************************************************/
 
+/* The channel without stream is 0 */
+#define COMMON_CHANNEL  0
+
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
-int network_BuildLocalAddr ( struct sockaddr_in *, int, boolean_t ); 
+int network_BuildLocalAddr ( struct sockaddr_in *, int, char * ); 
 int network_BuildRemoteAddr( struct sockaddr_in *, char * );
+int network_ChannelJoin    ( int );
+int network_ChannelCreate  ( void );