summaryrefslogtreecommitdiffstats
path: root/src/H5private.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-08-22 17:50:25 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-08-22 17:50:25 (GMT)
commit5c5f9e8e28dc7665051b10494a7133d331f673f5 (patch)
tree63d21cc2d4bfac7b7efa843c8563f2da5ce4f75e /src/H5private.h
parentc2c6e2d0d5f4bfe8c7d31711a09b0bc1cdcd267f (diff)
downloadhdf5-5c5f9e8e28dc7665051b10494a7133d331f673f5.zip
hdf5-5c5f9e8e28dc7665051b10494a7133d331f673f5.tar.gz
hdf5-5c5f9e8e28dc7665051b10494a7133d331f673f5.tar.bz2
[svn-r12612] Description:
Provide more abstract internal routine for computing checksums on metadata in a file. This will allow a unified policy on which algorithm to choose and under what criteria (length probably) to be more easily maintained. Tested On: Linux/32 2.6 (chicago) Linux/64 2.6 (chicago2)
Diffstat (limited to 'src/H5private.h')
-rw-r--r--src/H5private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5private.h b/src/H5private.h
index f3bae08..28c72c8 100644
--- a/src/H5private.h
+++ b/src/H5private.h
@@ -1448,6 +1448,7 @@ H5_DLL int H5Z_term_interface(void);
/* Checksum functions */
H5_DLL uint32_t H5_fletcher32(const void *data, size_t len);
+H5_DLL uint32_t H5_checksum_metadata(const void *data, size_t len);
/* Functions for debugging */
H5_DLL herr_t H5_buffer_dump(FILE *stream, int indent, uint8_t *buf,