summaryrefslogtreecommitdiffstats
path: root/gui/mplayer/gtk/eq.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/mplayer/gtk/eq.h')
-rw-r--r--gui/mplayer/gtk/eq.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gui/mplayer/gtk/eq.h b/gui/mplayer/gtk/eq.h
new file mode 100644
index 0000000000..99941a0509
--- /dev/null
+++ b/gui/mplayer/gtk/eq.h
@@ -0,0 +1,12 @@
+
+#ifndef __GUI_EQ_H
+#define __GUI_EQ_H
+
+#include <gtk/gtk.h>
+
+extern GtkWidget * Equalizer;
+
+extern GtkWidget * create_Equalizer( void );
+extern void ShowEqualizer( void );
+
+#endif