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.
17 lines
871 B
17 lines
871 B
/*******************************************************************************
|
|
* intf_ctrl.h: interface commands access to control functions
|
|
* (c)1999 VideoLAN
|
|
*******************************************************************************
|
|
* Library of functions common to all interfaces, allowing access to various
|
|
* structures and settings. Interfaces should only use those functions
|
|
* to read or write informations from other threads.
|
|
*******************************************************************************
|
|
* Required headers:
|
|
* none
|
|
*******************************************************************************/
|
|
|
|
/*******************************************************************************
|
|
* Extern variables
|
|
*******************************************************************************/
|
|
extern const intf_command_t control_command[];
|
|
|
|
|