diff jss.h @ 358:3bdc776a4b33

Add C++ guards.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Oct 2012 21:24:48 +0300
parents 8725853609db
children 54974f4f2ad6
line wrap: on
line diff
--- a/jss.h	Tue Oct 16 20:09:11 2012 +0300
+++ b/jss.h	Tue Oct 16 21:24:48 2012 +0300
@@ -8,6 +8,10 @@
 
 #include "dmlib.h"
 
+#ifdef __cplusplus
+extern "C" {
+#endif
+
 
 /* Locking
  */
@@ -94,4 +98,8 @@
 #endif // JSS_LIGHT
 
 
+#ifdef __cplusplus
+}
+#endif
+
 #endif // JSS_H