summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:36:39 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 18:36:39 (GMT)
commit870d4cdacca5b0f194efe779f4d337e69dae128e (patch)
tree401b69c2bc2ee5bb832a108df5a44948d75b8234 /fortran/src/H5f90proto.h
parent8637025011bd37412fee7b93381a50d84cb1e768 (diff)
downloadhdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.zip
hdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.tar.gz
hdf5-870d4cdacca5b0f194efe779f4d337e69dae128e.tar.bz2
[svn-r7295] Purpose:
Code cleanup Description: Removed unused and out of date H5E flags Platforms tested: h5committested
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 1caa464..a9650ac 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -1249,7 +1249,7 @@ H5_DLL int_f nh5close_c(void);
H5_DLL int_f nh5init_types_c(hid_t_f *types, hid_t_f * floatingtypes, hid_t_f * integertypes);
H5_DLL int_f nh5close_types_c(hid_t_f *types, int_f *lentypes, hid_t_f * floatingtypes, int_f * floatinglen, hid_t_f * integertypes, int_f * integerlen);
-H5_DLL int_f nh5init_flags_c( int_f *h5d_flags, int_f *h5e_flags, int_f *h5f_flags,
+H5_DLL int_f nh5init_flags_c( int_f *h5d_flags, int_f *h5f_flags,
int_f *h5fd_flags, int_f *h5g_flags, int_f *h5i_flags,
int_f *h5p_flags, int_f *h5r_flags, int_f *h5s_flags,
int_f *h5t_flags, int_f *h5z_flags);