X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Finterpret.h;h=726ebf6074f7c48e824d98bf7ea801ce676cc0af;hb=8246c6551faa818be7a58638dbbc2e521f21c454;hp=d2effe74d785e392365b669b94cf837eadef0c6c;hpb=2e196d4e484c3945f7e6bd1c680a2021613bece7;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