Sergio Scaglia / Nanostack_lib

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

Revision:
11:1b7aaf37a131
Parent:
4:c449bead5cf3
Child:
12:acef6f596835
--- a/inc/net/multicast_api.h	Wed Jun 25 14:47:07 2014 +0000
+++ b/inc/net/multicast_api.h	Wed Jun 25 21:05:58 2014 +0000
@@ -21,7 +21,9 @@
  *
  */
 
-
+#ifdef __cplusplus
+extern "C" {
+#endif
 
 
 /**
@@ -61,4 +63,7 @@
  * \return 0 will be returned on successful execution, other values indicate an error on removing the address.
  */
 extern uint8_t multicast_free_address(uint8_t *address_ptr);
+#ifdef __cplusplus
+}
+#endif
 #endif /* MULTICAST_API_H_ */