X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglprint.h;h=64a34559b76866b6bde921f87836ca753ec4dc65;hb=8a1580721a939c3edea2ce1b342148e94ad2b814;hp=6d9ce15606b858b45cc56cc44f3b76715fd385ec;hpb=9d1825d591a7261b1cff620ba535d333352984bf;p=gldbg.git 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