summaryrefslogtreecommitdiffstats
path: root/src/polyplib-error.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/polyplib-error.h')
-rw-r--r--src/polyplib-error.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/polyplib-error.h b/src/polyplib-error.h
new file mode 100644
index 00000000..7407f34c
--- /dev/null
+++ b/src/polyplib-error.h
@@ -0,0 +1,10 @@
+#ifndef foopolyperrhfoo
+#define foopolyperrhfoo
+
+#include <inttypes.h>
+
+#include "protocol-native-spec.h"
+
+const char* pa_strerror(uint32_t error);
+
+#endif