diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-11 16:10:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1997-08-11 16:10:38 (GMT) |
commit | 097972b7da766cb63dcefa890c9551af27732438 (patch) | |
tree | eeca28ea7ca565feb6d7fb0bd5babed81459cfe8 /src/H5Fprivate.h | |
parent | 9b80b8ff79f46b1791a7c4c3d53c7a075e8f9110 (diff) | |
download | hdf5-097972b7da766cb63dcefa890c9551af27732438.zip hdf5-097972b7da766cb63dcefa890c9551af27732438.tar.gz hdf5-097972b7da766cb63dcefa890c9551af27732438.tar.bz2 |
[svn-r20] Upgraded function comment header for H5Fcreate to be the the template for
future functions...
Diffstat (limited to 'src/H5Fprivate.h')
-rw-r--r-- | src/H5Fprivate.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Fprivate.h b/src/H5Fprivate.h index 687072b..8654920 100644 --- a/src/H5Fprivate.h +++ b/src/H5Fprivate.h @@ -27,6 +27,8 @@ /*** packages! ***/ /*****************************************/ +/* Maximum size of boot-block */ +#define H5F_BOOTBLOCK_SIZE 1024 #define H5F_SIZEOF_OFFSET(F) ((F)->file_create_parms.offset_size) |