summaryrefslogtreecommitdiffstats
path: root/fortran/src/H5f90proto.h
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-15 13:49:33 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2015-04-15 13:49:33 (GMT)
commit9f4ed2197a8ce8c99ee84c7a7be9ecfa42d21044 (patch)
tree6960de5b0399d2d8710589a7505c4674c8519734 /fortran/src/H5f90proto.h
parentd7fbbda1a099e108c8fbf7a9a50020d8785a1f5b (diff)
parent1644eda6dee3ee13443d970f291a3d87a830db48 (diff)
downloadhdf5-9f4ed2197a8ce8c99ee84c7a7be9ecfa42d21044.zip
hdf5-9f4ed2197a8ce8c99ee84c7a7be9ecfa42d21044.tar.gz
hdf5-9f4ed2197a8ce8c99ee84c7a7be9ecfa42d21044.tar.bz2
[svn-r26814] svn merge -r26807:26813 https://svn.hdfgroup.uiuc.edu/hdf5/trunk
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r--fortran/src/H5f90proto.h12
1 files changed, 3 insertions, 9 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h
index 115f8f1..04462cd 100644
--- a/fortran/src/H5f90proto.h
+++ b/fortran/src/H5f90proto.h
@@ -1239,15 +1239,9 @@ H5_FCDLL int_f nh5dont_atexit_c(void);
/*
* Functions from H5Zf.c
*/
-#define nh5zunregister_c H5_FC_FUNC_(h5zunregister_c, H5ZUNREGISTER_C)
-#define nh5zfilter_avail_c H5_FC_FUNC_(h5zfilter_avail_c, H5ZFILTER_AVAIL_C)
-#define nh5zget_filter_info_c H5_FC_FUNC_(h5zget_filter_info_c, H5ZGET_FILTER_INFO_C)
-
-
-H5_FCDLL int_f nh5zunregister_c (int_f *filter);
-H5_FCDLL int_f nh5zfilter_avail_c (int_f *filter, int_f *flag);
-H5_FCDLL int_f nh5zget_filter_info_c (int_f *filter, int_f *flag);
-
+H5_FCDLL int_f h5zunregister_c (int_f *filter);
+H5_FCDLL int_f h5zfilter_avail_c (int_f *filter, int_f *flag);
+H5_FCDLL int_f h5zget_filter_info_c (int_f *filter, int_f *flag);
/*
* Functions from H5Lf.c