Audacious $Id:Doxyfile42802007-03-2104:39:00Znenolod$

signals.h

Go to the documentation of this file.
00001 /*
00002  * Audacious
00003  * Copyright (c) 2005-2007 Audacious development team
00004  *
00005  * BMP - Cross-platform multimedia player
00006  * Copyright (C) 2003-2005  BMP development team.
00007  *
00008  * This program is free software; you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License as published by
00010  * the Free Software Foundation; under version 3 of the License.
00011  *
00012  * This program is distributed in the hope that it will be useful,
00013  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00014  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015  * GNU General Public License for more details.
00016  *
00017  * You should have received a copy of the GNU General Public License
00018  * along with this program.  If not, see <http://www.gnu.org/licenses>.
00019  *
00020  * The Audacious team does not consider modular code linking to
00021  * Audacious or using our public API to be a derived work.
00022  */
00023 
00024 #ifndef AUDACIOUS_SIGNALS_H
00025 #define AUDACIOUS_SIGNALS_H
00026 
00027 void signal_handlers_init(void);
00028 
00029 #endif /* AUDACIOUS_SIGNALS_H */