separated devices
[mTask.git] / client / spec.h
index a7adebc..18828db 100644 (file)
@@ -1,6 +1,14 @@
 #ifndef SPEC_H
 #define SPEC_H
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 void spec_send(void);
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif