summaryrefslogtreecommitdiffstats
path: root/src/H5RSprivate.h
diff options
context:
space:
mode:
authorSongyu Lu <songyulu@hdfgroup.org>2018-11-27 15:04:42 (GMT)
committerSongyu Lu <songyulu@hdfgroup.org>2018-11-27 15:04:42 (GMT)
commit14de476c8cb1b797ad43bea3c71dfb32bcd2131c (patch)
treeea5ba84d3dd32ec5260718416f1795a771fd32d2 /src/H5RSprivate.h
parent9c7161e105aaade595c4f382e76ec3b95990ae91 (diff)
downloadhdf5-14de476c8cb1b797ad43bea3c71dfb32bcd2131c.zip
hdf5-14de476c8cb1b797ad43bea3c71dfb32bcd2131c.tar.gz
hdf5-14de476c8cb1b797ad43bea3c71dfb32bcd2131c.tar.bz2
HDFFV-10607 Fixing two compiler warnings in the library.
Diffstat (limited to 'src/H5RSprivate.h')
-rw-r--r--src/H5RSprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5RSprivate.h b/src/H5RSprivate.h
index f69624a..1d26a18 100644
--- a/src/H5RSprivate.h
+++ b/src/H5RSprivate.h
@@ -44,7 +44,7 @@ typedef struct H5RS_str_t H5RS_str_t;
/* Private routines */
/********************/
H5_DLL H5RS_str_t *H5RS_create(const char *s);
-H5_DLL H5RS_str_t *H5RS_wrap(char *s);
+H5_DLL H5RS_str_t *H5RS_wrap(const char *s);
H5_DLL H5RS_str_t *H5RS_own(char *s);
H5_DLL herr_t H5RS_decr(H5RS_str_t *rs);
H5_DLL herr_t H5RS_incr(H5RS_str_t *rs);