]> code.delx.au - pulseaudio/blobdiff - src/modules/udev-util.h
Whitespace cleanup: Remove all multiple newlines
[pulseaudio] / src / modules / udev-util.h
index 86fbba7f157a7e414e76642d138c852ebb7cfd8e..251575bbc119135477cecf9c4326f83ec516ef85 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
+  published 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
@@ -22,9 +22,9 @@
   USA.
 ***/
 
+#include <pulse/proplist.h>
 
-#include <pulsecore/core.h>
-
-int pa_udev_get_info(pa_core *core, pa_proplist *p, int card);
+int pa_udev_get_info(int card_idx, pa_proplist *p);
+char* pa_udev_get_property(int card_idx, const char *name);
 
 #endif