summaryrefslogtreecommitdiffstats
path: root/src/polyp-error.h
blob: 7407f34ccdd07ee316e636477d0990ed5aef2bb0 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef foopolyperrhfoo
#define foopolyperrhfoo

#include <inttypes.h>

#include "protocol-native-spec.h"

const char* pa_strerror(uint32_t error);

#endif