summaryrefslogtreecommitdiffstats
path: root/src/polyplib-error.h
blob: 7d31ec5a83ad2a0bf8360bdb609fc6cbdc72de91 (plain)
1
2
3
4
5
6
7
8
#ifndef foopolypliberrorhfoo
#define foopolypliberrorhfoo

#include <inttypes.h>

const char* pa_strerror(uint32_t error);

#endif