comparison src/audlegacy/signals.h @ 4811:7bf7f83a217e

rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 00:44:56 +0900
parents src/audacious/signals.h@2eee464379dc
children
comparison
equal deleted inserted replaced
4810:c10e53092037 4811:7bf7f83a217e
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 3 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, see <http://www.gnu.org/licenses>.
19 *
20 * The Audacious team does not consider modular code linking to
21 * Audacious or using our public API to be a derived work.
22 */
23
24 #ifndef AUDACIOUS_SIGNALS_H
25 #define AUDACIOUS_SIGNALS_H
26
27 void signal_handlers_init(void);
28
29 #endif /* AUDACIOUS_SIGNALS_H */