]> git.sesse.net Git - vlc/blob - src/interface/intf_ctrl.h
88f7bce7e043fa4f3d0111d6eb62e60852ce3800
[vlc] / src / interface / intf_ctrl.h
1 /*****************************************************************************
2  * intf_ctrl.h: interface commands access to control functions
3  * (c)1999 VideoLAN
4  *****************************************************************************
5  * Library of functions common to all interfaces, allowing access to various
6  * structures and settings. Interfaces should only use those functions
7  * to read or write informations from other threads.
8  *****************************************************************************
9  * Required headers:
10  *  none
11  *****************************************************************************/
12
13 /*****************************************************************************
14  * Extern variables
15  *****************************************************************************/
16 extern const intf_command_t control_command[];
17