From 2a6ee7731f6654b2efbc5dbf861f82c2823d1a54 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 16 Jul 2004 18:40:20 +0000 Subject: rename a bunch of files git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@79 fefdeb5f-60dc-0310-8127-8f9354f1896f --- src/polyplib-error.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/polyplib-error.h (limited to 'src/polyplib-error.h') 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 + +#include "protocol-native-spec.h" + +const char* pa_strerror(uint32_t error); + +#endif -- cgit