summaryrefslogtreecommitdiffstats
path: root/src/H5Zprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-16 16:29:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-16 16:29:32 (GMT)
commit4ddde287dc94d235c1b981488ccbca1c31324f2f (patch)
tree071a2cd36cae1b793490ac39a781fd5bf9c900e2 /src/H5Zprivate.h
parente9cc951e034865fb1f2e9dc0385ed34072675bba (diff)
downloadhdf5-4ddde287dc94d235c1b981488ccbca1c31324f2f.zip
hdf5-4ddde287dc94d235c1b981488ccbca1c31324f2f.tar.gz
hdf5-4ddde287dc94d235c1b981488ccbca1c31324f2f.tar.bz2
[svn-r7236] Purpose:
Code cleanup Description: Clean up more warnings from lint. Platforms tested: FreeBSD 4.8 (sleipnir) too minor for h5committest
Diffstat (limited to 'src/H5Zprivate.h')
-rw-r--r--src/H5Zprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Zprivate.h b/src/H5Zprivate.h
index 103aeff..08c0d93 100644
--- a/src/H5Zprivate.h
+++ b/src/H5Zprivate.h
@@ -45,7 +45,7 @@ H5_DLL herr_t H5Z_register(const H5Z_class_t *cls);
H5_DLL herr_t H5Z_unregister(H5Z_filter_t id);
H5_DLL herr_t H5Z_append(struct H5O_pline_t *pline, H5Z_filter_t filter,
unsigned flags, size_t cd_nelmts, const unsigned int cd_values[]);
-H5_DLL herr_t H5Z_modify(struct H5O_pline_t *pline, H5Z_filter_t filter,
+H5_DLL herr_t H5Z_modify(const struct H5O_pline_t *pline, H5Z_filter_t filter,
unsigned flags, size_t cd_nelmts, const unsigned int cd_values[]);
H5_DLL herr_t H5Z_pipeline(const struct H5O_pline_t *pline,
unsigned flags, unsigned *filter_mask/*in,out*/,
@@ -55,8 +55,8 @@ H5_DLL herr_t H5Z_pipeline(const struct H5O_pline_t *pline,
H5_DLL H5Z_class_t *H5Z_find(H5Z_filter_t id);
H5_DLL herr_t H5Z_can_apply(hid_t dcpl_id, hid_t type_id);
H5_DLL herr_t H5Z_set_local(hid_t dcpl_id, hid_t type_id);
-H5_DLL H5Z_filter_info_t *H5Z_filter_info(struct H5O_pline_t *pline,
+H5_DLL H5Z_filter_info_t *H5Z_filter_info(const struct H5O_pline_t *pline,
H5Z_filter_t filter);
-H5_DLL htri_t H5Z_all_filters_avail(struct H5O_pline_t *pline);
+H5_DLL htri_t H5Z_all_filters_avail(const struct H5O_pline_t *pline);
#endif