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
732 B

/*****************************************************************************
27 years ago
* input_ctrl.h: Decodeur control
* (c)1999 VideoLAN
*****************************************************************************
27 years ago
* Requires:
* "config.h"
* "common.h"
* "mtime.h"
*****************************************************************************/
27 years ago
/*****************************************************************************
27 years ago
* Prototypes
*****************************************************************************/
27 years ago
int input_AddPgrmElem( input_thread_t *p_input, int i_current_pid );
int input_DelPgrmElem( input_thread_t *p_input, int i_current_pid );
boolean_t input_IsElemRecv( input_thread_t *p_input, int i_pid );