diff src/audtool/audtool.h @ 3915:86c9abc83fbd

audacious remote functions: - functions for equalizer manipulation have been implemented. audtool: - test suite for equalizer manipulation has been implemented.
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Wed, 07 Nov 2007 23:18:29 +0900
parents f3341c2d6b9e
children b5ee3a4a8e3b
line wrap: on
line diff
--- a/src/audtool/audtool.h	Tue Nov 06 20:46:19 2007 -0600
+++ b/src/audtool/audtool.h	Wed Nov 07 23:18:29 2007 +0900
@@ -123,4 +123,11 @@
 extern void test_ins_url_string(gint argc, gchar **argv);
 extern void test_get_version(gint argc, gchar **argv);
 
+extern void test_get_eq(gint argc, gchar **argv);
+extern void test_get_eq_preamp(gint argc, gchar **argv);
+extern void test_get_eq_band(gint argc, gchar **argv);
+extern void test_set_eq(gint argc, gchar **argv);
+extern void test_set_eq_preamp(gint argc, gchar **argv);
+extern void test_set_eq_band(gint argc, gchar **argv);
+
 #endif