]> code.delx.au - pulseaudio/blobdiff - src/daemon/caps.h
daemon: ensure pulseaudio early startup on kde
[pulseaudio] / src / daemon / caps.h
index 91c88418b06bfd46f16354390e80a89f751fd547..e9cd7cb36d3901d01b89213978e3826cd51f4d08 100644 (file)
@@ -1,8 +1,6 @@
 #ifndef foocapshfoo
 #define foocapshfoo
 
-/* $Id$ */
-
 /***
   This file is part of PulseAudio.
 
@@ -10,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
   USA.
 ***/
 
+#include <pulsecore/macro.h>
+
 void pa_drop_root(void);
+
 void pa_drop_caps(void);
-int pa_limit_caps(void);
 
 #endif