mp3splt-gtk
options_manager.h
00001 /**********************************************************
00002  *
00003  * mp3splt-gtk -- utility based on mp3splt,
00004  *                for mp3/ogg splitting without decoding
00005  *
00006  * Copyright: (C) 2005-2012 Alexandru Munteanu
00007  * Contact: io_fx@yahoo.fr
00008  *
00009  *
00010  * http://mp3splt.sourceforge.net/
00011  *
00012  *********************************************************/
00013 
00014 /**********************************************************
00015  *
00016  * This program is free software; you can redistribute it and/or
00017  * modify it under the terms of the GNU General Public License
00018  * as published by the Free Software Foundation; either version 2
00019  * of the License, or (at your option) any later version.
00020  *
00021  * This program is distributed in the hope that it will be useful,
00022  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00023  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00024  * GNU General Public License for more details.
00025  *
00026  * You should have received a copy of the GNU General Public License
00027  * along with this program; if not, write to the Free Software
00028  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307,
00029  * USA.
00030  *
00031  *********************************************************/
00032 
00033 #ifndef OPTIONS_MANAGER_H
00034 
00035 void update_output_options();
00036 void put_options_from_preferences();
00037 
00038 void put_tags_from_filename_regex_options();
00039 
00040 #define OPTIONS_MANAGER_H
00041 #endif
00042