summaryrefslogtreecommitdiff
path: root/audio/volumeicon/files/patch-src_oss__backend.h
blob: 85c91d03c0d3a9b1a4f1299c51671e59e3cc4ee6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/oss_backend.h.orig	2015-03-02 23:54:36.000000000 +0100
+++ src/oss_backend.h	2017-12-18 17:23:45.233327000 +0100
@@ -35,5 +35,7 @@ int oss_get_volume();
 gboolean oss_get_mute();
 const gchar * oss_get_channel();
 const GList * oss_get_channel_names();
+const gchar * oss_get_device();
+const GList * oss_get_device_names();
 
 #endif