[Kst] extragear/graphics/kst/src/datasources/dirfile
Matthew D Truch
matt at truch.net
Wed Apr 12 19:11:15 CEST 2006
SVN commit 529164 by truch:
Let C++ programs (like, I dunno, kst?) use the new GetDataErrorString()
M +3 -0 getdata.h
--- trunk/extragear/graphics/kst/src/datasources/dirfile/getdata.h #529163:529164
@@ -79,6 +79,9 @@
/* return value: buffer or NULL if buflen < 1 */
/* */
/***************************************************************************/
+#ifdef __cplusplus
+extern "C"
+#endif
char* GetDataErrorString(char* buffer, size_t buflen);
/***************************************************************************/
More information about the Kst
mailing list