summaryrefslogtreecommitdiff
path: root/plugins/gtkui/eq.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 18:38:49 +0200
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-04-11 18:38:49 +0200
commit04e43b626b95a664d40d1c6a7c16eb7504f584b5 (patch)
tree7d5aacb9ccdf0bdc8733f7bc111c784986cf0576 /plugins/gtkui/eq.h
parent7e81080754e471c05b6943b0d717574078bd12ce (diff)
hide EQ gtk gui if supereq plugin is not available
Diffstat (limited to 'plugins/gtkui/eq.h')
-rw-r--r--plugins/gtkui/eq.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/plugins/gtkui/eq.h b/plugins/gtkui/eq.h
index 6f063cb3..efd4ac69 100644
--- a/plugins/gtkui/eq.h
+++ b/plugins/gtkui/eq.h
@@ -29,4 +29,7 @@ eq_window_hide (void);
void
eq_window_destroy (void);
+struct DB_supereq_dsp_s *
+get_supereq_plugin (void);
+
#endif