summaryrefslogtreecommitdiffstats
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/main.h b/src/main.h
new file mode 100644
index 0000000..7402d6e
--- /dev/null
+++ b/src/main.h
@@ -0,0 +1,16 @@
+#ifndef _MAIN_H_
+#define _MAIN_H_
+
+#include <QString>
+
+extern bool g_IgnoreGui;
+
+void setMuted(const QString &sink, bool muted);
+
+void setSinkVolume(const QString &sink, int volume);
+
+void enableCard(const QString &card, const QString &profile);
+
+void enableSink(const QString &sink, const QString &port);
+
+#endif