2313
|
1 /*
|
|
2 * Audacious
|
|
3 * Copyright (c) 2005-2007 Audacious development team
|
|
4 *
|
|
5 * BMP - Cross-platform multimedia player
|
|
6 * Copyright (C) 2003-2005 BMP development team.
|
|
7 *
|
|
8 * This program is free software; you can redistribute it and/or modify
|
|
9 * it under the terms of the GNU General Public License as published by
|
|
10 * the Free Software Foundation; under version 2 of the License.
|
|
11 *
|
|
12 * This program is distributed in the hope that it will be useful,
|
|
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
15 * GNU General Public License for more details.
|
|
16 *
|
|
17 * You should have received a copy of the GNU General Public License
|
|
18 * along with this program; if not, write to the Free Software
|
|
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
|
|
20 * 02110-1301, USA.
|
|
21 */
|
|
22
|
|
23 #ifndef SIGNALS_H
|
|
24 #define SIGNALS_H
|
|
25
|
|
26 void signal_handlers_init(void);
|
|
27
|
|
28 #endif
|