X-Git-Url: http://git.tdb.fi/?p=gldbg.git;a=blobdiff_plain;f=source%2Fglprint.h;h=64a34559b76866b6bde921f87836ca753ec4dc65;hp=6d9ce15606b858b45cc56cc44f3b76715fd385ec;hb=8a1580721a939c3edea2ce1b342148e94ad2b814;hpb=be68706254c62406d4924fffa7f43d2b1c17f52e diff --git a/source/glprint.h b/source/glprint.h index 6d9ce15..64a3455 100644 --- a/source/glprint.h +++ b/source/glprint.h @@ -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