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