summaryrefslogtreecommitdiff
path: root/src/audtool/audtool.h
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2018-10-28 12:50:29 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2018-10-28 12:50:29 +0100
commit20b38fea7b2b8e6dd31a62dbc5ec9e4c2888a013 (patch)
tree2386d0f12f008c869cf223f84f244fa8488cb5e4 /src/audtool/audtool.h
parentfe91e6f4733198be72be8dc036fb715b3ffa59b9 (diff)
New upstream version 3.10
Diffstat (limited to 'src/audtool/audtool.h')
-rw-r--r--src/audtool/audtool.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/audtool/audtool.h b/src/audtool/audtool.h
index 51bde99..b3aa711 100644
--- a/src/audtool/audtool.h
+++ b/src/audtool/audtool.h
@@ -25,9 +25,9 @@
struct commandhandler
{
- char * name;
+ const char * name;
void (* handler) (int argc, char * * argv);
- char * desc;
+ const char * desc;
int args;
};
@@ -129,6 +129,8 @@ void show_about_window (int, char * *);
void get_version (int argc, char * * argv);
void plugin_is_enabled (int argc, char * * argv);
void plugin_enable (int argc, char * * argv);
+void config_get (int argc, char * * argv);
+void config_set (int argc, char * * argv);
void equalizer_get_eq (int argc, char * * argv);
void equalizer_get_eq_preamp (int argc, char * * argv);