]> git.sesse.net Git - vlc/blobdiff - include/netutils.h
* Fixed the BeOS compile typo.
[vlc] / include / netutils.h
index 803162b7a99292ace445fc5492e80e755733d456..3e04dadfacd7ca733979144f28d24a74887e57ff 100644 (file)
@@ -3,7 +3,8 @@
  * This header describes miscellanous utility functions shared between several
  * modules.
  *****************************************************************************
- * Copyright (C) 1999, 2000 VideoLAN
+ * Copyright (C) 1999, 2000, 2001 VideoLAN
+ * $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 input_BuildLocalAddr( struct sockaddr_in *, int, boolean_t ); 
-int input_BuildRemoteAddr(struct sockaddr_in *, char * );
+int network_BuildLocalAddr ( struct sockaddr_in *, int, char * ); 
+int network_BuildRemoteAddr( struct sockaddr_in *, char * );
+int network_ChannelJoin    ( int );
+int network_ChannelCreate  ( void );
+