summaryrefslogtreecommitdiff
path: root/plugins/gtkui/eq.h
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2010-11-28 17:24:14 +0100
committerGravatar waker <wakeroid@gmail.com>2010-11-28 17:24:14 +0100
commit0cf1d57bc3dab11f773d23a25db0c3d18f6cfe52 (patch)
treefb00bd49e8bdbccbe6643cddf3319878396be237 /plugins/gtkui/eq.h
parent78cebdb0a267effe32fe196c04124692b04ec9db (diff)
ported supereq to new api; converted to float; added reentrancy support
Diffstat (limited to 'plugins/gtkui/eq.h')
-rw-r--r--plugins/gtkui/eq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/gtkui/eq.h b/plugins/gtkui/eq.h
index 9e54916e..6169123a 100644
--- a/plugins/gtkui/eq.h
+++ b/plugins/gtkui/eq.h
@@ -29,8 +29,8 @@ eq_window_hide (void);
void
eq_window_destroy (void);
-struct DB_supereq_dsp_s *
-get_supereq_plugin (void);
+DB_dsp_instance_t *
+get_supereq (void);
void
eq_redraw (void);