diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-17 17:03:19 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-04-17 17:03:19 (GMT) |
commit | a9cd833cc8013e251bf05ed21dd0569e5f8b5d73 (patch) | |
tree | 8a9790d066e10f9b5941496865d7a45b9718d288 /src/H5Fpublic.h | |
parent | fa314a767ea91db101f8e36e97d89e7bb589bcf5 (diff) | |
download | hdf5-a9cd833cc8013e251bf05ed21dd0569e5f8b5d73.zip hdf5-a9cd833cc8013e251bf05ed21dd0569e5f8b5d73.tar.gz hdf5-a9cd833cc8013e251bf05ed21dd0569e5f8b5d73.tar.bz2 |
[svn-r5192] Purpose:
Code cleanup
Description:
Move the H5T_bkg_t structure from H5Fpublic.h to H5Tpublic.h
Platforms tested:
FreeBSD 4.5 (sleipnir)
Diffstat (limited to 'src/H5Fpublic.h')
-rw-r--r-- | src/H5Fpublic.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/H5Fpublic.h b/src/H5Fpublic.h index b7db6de..36261cc 100644 --- a/src/H5Fpublic.h +++ b/src/H5Fpublic.h @@ -62,13 +62,6 @@ typedef enum H5F_scope_t { /* Unlimited file size for H5Pset_external() */ #define H5F_UNLIMITED ((hsize_t)(-1L)) -/* How is the `bkg' buffer used by the conversion function? */ -typedef enum H5T_bkg_t { - H5T_BKG_NO = 0, /*background buffer is not needed, send NULL */ - H5T_BKG_TEMP = 1, /*bkg buffer used as temp storage only */ - H5T_BKG_YES = 2 /*init bkg buf with data before conversion */ -} H5T_bkg_t; - /* How does file close behave? * H5F_CLOSE_DEFAULT - Use the degree pre-defined by underlining VFL * H5F_CLOSE_WEAK - file closes only after all opened objects are closed |