]> code.delx.au - pulseaudio/blobdiff - src/daemon/caps.h
sink-input, source-output: Add hooks for mute changes
[pulseaudio] / src / daemon / caps.h
index 176aa90e4600380b867bfd91516cee7b7c49c162..e9cd7cb36d3901d01b89213978e3826cd51f4d08 100644 (file)
@@ -8,7 +8,7 @@
 
   PulseAudio is free software; you can redistribute it and/or modify
   it under the terms of the GNU Lesser General Public License as published
-  by the Free Software Foundation; either version 2 of the License,
+  by the Free Software Foundation; either version 2.1 of the License,
   or (at your option) any later version.
 
   PulseAudio is distributed in the hope that it will be useful, but
@@ -25,8 +25,7 @@
 #include <pulsecore/macro.h>
 
 void pa_drop_root(void);
+
 void pa_drop_caps(void);
-void pa_limit_caps(void);
-pa_bool_t pa_have_caps(void);
 
 #endif