]> git.tdb.fi Git - gldbg.git/blobdiff - source/glprint.h
Add gldbg program
[gldbg.git] / source / glprint.h
index 6d9ce15606b858b45cc56cc44f3b76715fd385ec..64a34559b76866b6bde921f87836ca753ec4dc65 100644 (file)
@@ -10,7 +10,15 @@ Distributed under the GPL
 
 #include "gldecoder.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 GlDecoder *glprint_new(char *, unsigned);
 char *glprint_get_buffer(GlDecoder *);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif