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