]> git.sesse.net Git - vlc/blob - src/interface/intf_ctrl.h
* Header cleaning: filled all empty authors fields, added CVS $Id stuff.
[vlc] / src / interface / intf_ctrl.h
1 /*****************************************************************************
2  * intf_ctrl.h: interface commands access to control functions
3  * Library of functions common to all interfaces, allowing access to various
4  * structures and settings. Interfaces should only use those functions
5  * to read or write informations from other threads.
6  *****************************************************************************
7  * Copyright (C) 1999, 2000 VideoLAN
8  * $Id: intf_ctrl.h,v 1.4 2001/03/21 13:42:34 sam Exp $
9  *
10  * Authors: Vincent Seguin <seguin@via.ecp.fr>
11  *
12  * This program is free software; you can redistribute it and/or modify
13  * it under the terms of the GNU General Public License as published by
14  * the Free Software Foundation; either version 2 of the License, or
15  * (at your option) any later version.
16  * 
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20  * GNU General Public License for more details.
21  *
22  * You should have received a copy of the GNU General Public License
23  * along with this program; if not, write to the Free Software
24  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
25  *****************************************************************************/
26
27 /*****************************************************************************
28  * Required headers:
29  *  none
30  *****************************************************************************/
31
32 /*****************************************************************************
33  * Extern variables
34  *****************************************************************************/
35 extern const intf_command_t control_command[];
36