diff options
author | waker <wakeroid@gmail.com> | 2010-12-29 13:37:25 +0100 |
---|---|---|
committer | waker <wakeroid@gmail.com> | 2010-12-29 13:37:25 +0100 |
commit | e0cbea84d47fc015e8841df057424c99ede710fb (patch) | |
tree | f77ec4c0b651a1a6a823104caa453fd95276eaf2 /plugins/gtkui/dspconfig.h | |
parent | 3006987a919881cd3053288c6e677a9adf07a08e (diff) |
dsp chain configuration WIP
Diffstat (limited to 'plugins/gtkui/dspconfig.h')
-rw-r--r-- | plugins/gtkui/dspconfig.h | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/plugins/gtkui/dspconfig.h b/plugins/gtkui/dspconfig.h new file mode 100644 index 00000000..c1886146 --- /dev/null +++ b/plugins/gtkui/dspconfig.h @@ -0,0 +1,29 @@ +/* + DeaDBeeF - ultimate music player for GNU/Linux systems with X11 + Copyright (C) 2009-2010 Alexey Yakovenko <waker@users.sourceforge.net> + + This program is free software; you can redistribute it and/or + modify it under the terms of the GNU General Public License + as published by the Free Software Foundation; either version 2 + of the License, or (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +*/ +#ifndef __DSPCONFIG_H +#define __DSPCONFIG_H + +void +dsp_setup_init (GtkWidget *prefwin); + +void +dsp_setup_free (void); + +#endif + |