]> code.delx.au - pulseaudio/blobdiff - src/modules/module-defs.h.m4
bluetooth: Don't mark device valid before it has an adapter
[pulseaudio] / src / modules / module-defs.h.m4
index b6a60b6ac6ee33be23053a7ab374f58154ea3b74..838b8e8f93f0925492522f8d959bd865947d2ac1 100644 (file)
@@ -30,6 +30,6 @@ const char* pa__get_description(void);
 const char* pa__get_usage(void);
 const char* pa__get_version(void);
 const char* pa__get_deprecated(void);
-pa_bool_t pa__load_once(void);
+bool pa__load_once(void);
 
 #endif