summaryrefslogtreecommitdiffstats
path: root/polyp/polyplib-error.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-15 00:02:26 +0000
commitc17545108b33162fb186f797b8a408511e9252f4 (patch)
treeec6fdd4bce3d8aff48519ef6c5bfafe46aef5340 /polyp/polyplib-error.h
parent22cb23eedb2eae7c79dc8fcf395be08bfc666256 (diff)
proper ref counting for more objects
some documentation update git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@124 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/polyplib-error.h')
-rw-r--r--polyp/polyplib-error.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/polyp/polyplib-error.h b/polyp/polyplib-error.h
index d7519af4..437d618e 100644
--- a/polyp/polyplib-error.h
+++ b/polyp/polyplib-error.h
@@ -25,11 +25,11 @@
#include <inttypes.h>
#include "cdecl.h"
-PA_C_DECL_BEGIN;
+PA_C_DECL_BEGIN
/** Return a human readable error message for the specified numeric error code */
const char* pa_strerror(uint32_t error);
-PA_C_DECL_END;
+PA_C_DECL_END
#endif