X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgldecoder.h;h=9eb7d89c83906127399c53cf0b721c23e5895e05;hb=53c5f5f90611ce35d13f7051b26ac482d1336fc5;hp=2b76b408b1468ca7e96ef68c2ebb0f19c8030a08;hpb=0cdc7b50b0e7758a1660c94be664a810504a88f4;p=gldbg.git diff --git a/source/gldecoder.h b/source/gldecoder.h index 2b76b40..9eb7d89 100644 --- a/source/gldecoder.h +++ b/source/gldecoder.h @@ -9,10 +9,20 @@ Distributed under the GPL #define GLDECODER_H_ #include +#include + +#ifdef __cplusplus +extern "C" { +#endif + #include "gldecoder.struct" GlDecoder *gldecoder_new(void *, void (*)(void *)); void gldecoder_delete(GlDecoder *); int gldecoder_decode(GlDecoder *, const char *, unsigned); +#ifdef __cplusplus +} +#endif + #endif