You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
811 B

27 years ago
/*******************************************************************************
* input_vlan.h: vlan input method
* (c)1999 VideoLAN
*******************************************************************************
* ??
*******************************************************************************
* Required headers:
* <netinet/in.h>
* "vlc_thread.h"
27 years ago
*******************************************************************************/
/*******************************************************************************
* Prototypes
*******************************************************************************/
int input_VlanCreate ( void );
void input_VlanDestroy ( void );
27 years ago
int input_VlanJoin ( int i_vlan_id );
void input_VlanLeave ( int i_vlan_id );