X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Finterpret.h;h=726ebf6074f7c48e824d98bf7ea801ce676cc0af;hb=09b207a39b7791098daafd7d87c3ad9d3db3e19f;hp=d2effe74d785e392365b669b94cf837eadef0c6c;hpb=6c8939998c64aafb8cdfa40e52a227bf72767648;p=mTask.git diff --git a/client/interpret.h b/client/interpret.h index d2effe7..726ebf6 100644 --- a/client/interpret.h +++ b/client/interpret.h @@ -3,6 +3,10 @@ #define STACKSIZE 1024 +#ifdef __cplusplus +extern "C" { +#endif + #include #include @@ -10,4 +14,7 @@ void run_task(struct task *task); +#ifdef __cplusplus +} +#endif #endif