]> code.delx.au - pulseaudio/blobdiff - polyp/polyplib-error.h
proper ref counting for more objects
[pulseaudio] / polyp / polyplib-error.h
index d7519af4af66fb7aee3ab54ced1e9a718c09328b..437d618e1366e4b64f4456c7b089a8d2e36b913b 100644 (file)
 #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