]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-error.h
glib mainloop fix
[pulseaudio] / polyp / polyplib-error.h
index cb86864adb33b251eb3af6a8bd03a266b0f8c984..d76ce6ffa93c9a0e0e99c10839895a35785fbb3a 100644 (file)
 
 #include <inttypes.h>
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 const char* pa_strerror(uint32_t error);
 
+#ifdef __cplusplus
+}
+#endif
+    
 #endif