Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: mbedEndpointNetwork mbedEndpointNetworkMJK
Fork of Nanostack_lib by
Diff: inc/net/pana_nvm_api.h
- 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_ */
    