[polypaudio-commits] r922 - /trunk/src/polyp/utf8.h
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Wed May 17 13:44:19 PDT 2006
Author: lennart
Date: Wed May 17 22:44:19 2006
New Revision: 922
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=922&root=polypaudio&view=rev
Log:
add C++ macros to utf8.h
Modified:
trunk/src/polyp/utf8.h
Modified: trunk/src/polyp/utf8.h
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/trunk/src/polyp/utf8.h?rev=922&root=polypaudio&r1=921&r2=922&view=diff
==============================================================================
--- trunk/src/polyp/utf8.h (original)
+++ trunk/src/polyp/utf8.h Wed May 17 22:44:19 2006
@@ -22,9 +22,13 @@
USA.
***/
+#include <polyp/cdecl.h>
+
/** \file
* UTF8 Validation functions
*/
+
+PA_C_DECL_BEGIN
/** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */
const char *pa_utf8_valid(const char *str);
@@ -32,4 +36,6 @@
/** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */
char *pa_utf8_filter(const char *str);
+PA_C_DECL_END
+
#endif
More information about the pulseaudio-commits
mailing list