X-Git-Url: http://cloudbase.mooo.com/gitweb/irmp.git/blobdiff_plain/11ef72344083c0dd980b945e180ec41992935a10..95b27043614a5578c29432ab88bec145479bc25c:/irmpextlog.h diff --git a/irmpextlog.h b/irmpextlog.h index efbea47..fb5f100 100644 --- a/irmpextlog.h +++ b/irmpextlog.h @@ -1,7 +1,16 @@ #ifndef _IRMPEXTLOG_H #define _IRMPEXTLOG_H +#ifdef __cplusplus +extern "C" +{ +#endif + void initextlog (void); void sendextlog (unsigned char); +#ifdef __cplusplus +} +#endif + #endif