|
@@ -16,6 +16,7 @@ extern "C"
|
|
|
{
|
|
{
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+
|
|
|
/// Version info ///
|
|
/// Version info ///
|
|
|
|
|
|
|
|
// Software library version
|
|
// Software library version
|
|
@@ -657,6 +658,7 @@ int lfs_fs_traverse(lfs_t *lfs, int (*cb)(void*, lfs_block_t), void *data);
|
|
|
int lfs_migrate(lfs_t *lfs, const struct lfs_config *cfg);
|
|
int lfs_migrate(lfs_t *lfs, const struct lfs_config *cfg);
|
|
|
#endif
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+
|
|
|
#ifdef __cplusplus
|
|
#ifdef __cplusplus
|
|
|
} /* extern "C" */
|
|
} /* extern "C" */
|
|
|
#endif
|
|
#endif
|