summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-error.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-10 13:00:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-10 13:00:12 +0000
commit37d930ac4afa9642b7b918b60ca0e0cb42b50682 (patch)
tree4d7c2c87f91533d688da9299a471caf4a208bd09 /polyp/polyplib-error.h
parente9bed206d22c6985bce66d09867dc1256b9fc2e6 (diff)
glib mainloop fix
implement server status command support for sink_list/source_list in polyplib git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@110 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-error.h')
-rw-r--r--polyp/polyplib-error.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/polyp/polyplib-error.h b/polyp/polyplib-error.h
index cb86864a..d76ce6ff 100644
--- a/polyp/polyplib-error.h
+++ b/polyp/polyplib-error.h
@@ -24,6 +24,14 @@
#include <inttypes.h>
+#ifdef __cplusplus
+extern "C" {
+#endif
+
const char* pa_strerror(uint32_t error);
+#ifdef __cplusplus
+}
+#endif
+
#endif