X-Git-Url: https://git.martlubbers.net/?a=blobdiff_plain;f=client%2Fspec.h;h=18828db78928e73d4493de0d8db54e234c1c6b7f;hb=09b207a39b7791098daafd7d87c3ad9d3db3e19f;hp=a7adebc2493767df2b4699339402fca20e20415f;hpb=2e196d4e484c3945f7e6bd1c680a2021613bece7;p=mTask.git diff --git a/client/spec.h b/client/spec.h index a7adebc..18828db 100644 --- a/client/spec.h +++ b/client/spec.h @@ -1,6 +1,14 @@ #ifndef SPEC_H #define SPEC_H +#ifdef __cplusplus +extern "C" { +#endif + void spec_send(void); +#ifdef __cplusplus +} +#endif + #endif