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/pana_nvm_api.h	Wed Jun 25 14:47:07 2014 +0000
+++ b/inc/net/pana_nvm_api.h	Wed Jun 25 21:05:58 2014 +0000
@@ -22,6 +22,9 @@
  */
 #ifndef PANA_NVM_API_H_
 #define PANA_NVM_API_H_
+#ifdef __cplusplus
+extern "C" {
+#endif
 /*!
  * \enum pana_nvm_update_process_t
  * \brief Pana Server NVM update states.
@@ -133,5 +136,7 @@
  *
  */
 extern int8_t net_nvm_data_clean(int8_t interface_id);
-
+#ifdef __cplusplus
+}
+#endif
 #endif /* PANA_NVM_API_H_ */