summaryrefslogtreecommitdiff
path: root/plugins/gtkui/tagwritersettings.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2011-03-10 11:46:24 +0100
committerGravatar waker <wakeroid@gmail.com>2011-03-10 11:46:24 +0100
commit4593c75d53f43af914bbfb313dbe394abc0b7abf (patch)
tree03a5c5748f0a1fe5ab82c29e7c16746eec9e0274 /plugins/gtkui/tagwritersettings.h
parent4e5e98d8046b81e91875bea00e954ec45298371a (diff)
added missing files
Diffstat (limited to 'plugins/gtkui/tagwritersettings.h')
-rw-r--r--plugins/gtkui/tagwritersettings.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/plugins/gtkui/tagwritersettings.h b/plugins/gtkui/tagwritersettings.h
new file mode 100644
index 00000000..a48aaacb
--- /dev/null
+++ b/plugins/gtkui/tagwritersettings.h
@@ -0,0 +1,25 @@
+/*
+ DeaDBeeF - ultimate music player for GNU/Linux systems with X11
+ Copyright (C) 2009-2011 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 __TAGWRITERSETTINGS_H
+#define __TAGWRITERSETTINGS_H
+
+void
+run_tagwriter_settings (GtkWidget *parentwindow);
+
+#endif