summaryrefslogtreecommitdiffstats
path: root/src/H5Ipublic.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-01-21 16:15:32 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-01-21 16:15:32 (GMT)
commit747bb3f9fd714e2fd9bc334b9620b8fbbcdff50b (patch)
treebb38b0d20b4e8dda0e2d7efd5a4c47b48307124b /src/H5Ipublic.h
parent6778cd8ce550b1c366afaed2e7351367e1617d3e (diff)
downloadhdf5-747bb3f9fd714e2fd9bc334b9620b8fbbcdff50b.zip
hdf5-747bb3f9fd714e2fd9bc334b9620b8fbbcdff50b.tar.gz
hdf5-747bb3f9fd714e2fd9bc334b9620b8fbbcdff50b.tar.bz2
[svn-r1029] added the necessary information to make a dll
Diffstat (limited to 'src/H5Ipublic.h')
-rw-r--r--src/H5Ipublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Ipublic.h b/src/H5Ipublic.h
index d2d960a..cdacad1 100644
--- a/src/H5Ipublic.h
+++ b/src/H5Ipublic.h
@@ -57,7 +57,7 @@ typedef int hid_t;
extern "C" {
#endif
-H5I_type_t H5Iget_type(hid_t id);
+HDF5API H5I_type_t H5Iget_type(hid_t id);
#ifdef __cplusplus