aboutsummaryrefslogtreecommitdiff
path: root/c_implementation/include/libakfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'c_implementation/include/libakfs.h')
-rw-r--r--c_implementation/include/libakfs.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/c_implementation/include/libakfs.h b/c_implementation/include/libakfs.h
index 30ba344..60cf2e1 100644
--- a/c_implementation/include/libakfs.h
+++ b/c_implementation/include/libakfs.h
@@ -203,7 +203,10 @@ void ak_fs_map_v3_print_filename(akfs_map_v3*);
*/
void ak_fs_maps_v3_print_filenames(akfs_map_v3**, size_t);
+void ak_fs_maps_v3_print_as_json(akfs_map_v3**, size_t);
void ak_fs_map_v3_print_as_json(akfs_map_v3*);
+void ak_fs_maps_v3_print_bif(akfs_map_v3**, size_t);
+void ak_fs_map_v3_print_bif(akfs_map_v3*);
/**
* Unused
@@ -213,7 +216,7 @@ void ak_fs_map_v3_print(akfs_map_v3*);
/**
* Takes an array of sha512sums (maps) and puts it in an array of maps (v3)
*/
-int ak_fs_map_v3_resolve_maps(akfs_map_v3**, size_t);
+int ak_fs_maps_v3_resolve(akfs_map_v3**, size_t);
/**
* Unused