summaryrefslogtreecommitdiff
path: root/include/erasurecode/erasurecode_postprocessing.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/erasurecode/erasurecode_postprocessing.h')
-rw-r--r--include/erasurecode/erasurecode_postprocessing.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/erasurecode/erasurecode_postprocessing.h b/include/erasurecode/erasurecode_postprocessing.h
index a4ab881..395700d 100644
--- a/include/erasurecode/erasurecode_postprocessing.h
+++ b/include/erasurecode/erasurecode_postprocessing.h
@@ -33,8 +33,8 @@ int finalize_fragments_after_encode(ec_backend_t instance,
int k, int m, int blocksize, uint64_t orig_data_size,
char **encoded_data, char **encoded_parity);
-void add_fragment_metadata(char *fragment,
+void add_fragment_metadata(ec_backend_t instance, char *fragment,
int idx, uint64_t orig_data_size, int blocksize,
- ec_checksum_type_t ct, int add_chksum, ec_backend_t instance);
+ ec_checksum_type_t ct, int add_chksum);
#endif