summaryrefslogtreecommitdiffstats
path: root/src/H5Zpublic.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-01-21 16:49:37 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-01-21 16:49:37 (GMT)
commitbb776bacbf1dd3e80c7ade0f8afc91c2544977b5 (patch)
treef831375faafe46b61d73d7cd7f7d32ca2d98c36d /src/H5Zpublic.h
parent67657f93fffce4511447461207a5d431580503cc (diff)
downloadhdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.zip
hdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.tar.gz
hdf5-bb776bacbf1dd3e80c7ade0f8afc91c2544977b5.tar.bz2
[svn-r1031] added necessary info to export info to the dll
Diffstat (limited to 'src/H5Zpublic.h')
-rw-r--r--src/H5Zpublic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Zpublic.h b/src/H5Zpublic.h
index 04b5f3a..deba4dc 100644
--- a/src/H5Zpublic.h
+++ b/src/H5Zpublic.h
@@ -52,7 +52,7 @@ typedef size_t (*H5Z_func_t)(unsigned int flags, size_t cd_nelmts,
extern "C" {
#endif
-herr_t H5Zregister(H5Z_filter_t id, const char *comment, H5Z_func_t filter);
+HDF5API herr_t H5Zregister(H5Z_filter_t id, const char *comment, H5Z_func_t filter);
#ifdef __cplusplus
}