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
739 B
22 lines
739 B
|
27 years ago
|
/*******************************************************************************
|
||
|
|
* input_ctrl.h: Decodeur control
|
||
|
|
* (c)1999 VideoLAN
|
||
|
|
*******************************************************************************
|
||
|
|
* Requires:
|
||
|
|
* "config.h"
|
||
|
|
* "common.h"
|
||
|
|
* "mtime.h"
|
||
|
|
******************************************************************************/
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
/******************************************************************************
|
||
|
|
* Prototypes
|
||
|
|
******************************************************************************/
|
||
|
|
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 );
|