opnsense-ports/audio/volumeicon/files/patch-src_oss__backend.h
Franco Fichtner 59daa09aaa */*: sync with upstream
Taken from: HardenedBSD
2017-12-18 14:49:26 +01:00

10 lines
343 B
C

--- 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