diff options
author | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-27 13:41:44 (GMT) |
---|---|---|
committer | Mohamad Chaarawi <chaarawi@hdfgroup.org> | 2013-03-27 13:41:44 (GMT) |
commit | d55bfb91a27eb3506c20cb242dd4c8072f13ca05 (patch) | |
tree | 3656abe27dc109c22fe96c1b3b50efa685f63b1e /src/H5Dchunk.c | |
parent | cb8e3dee9f6703dd22ea12b3344d604baa4deede (diff) | |
download | hdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.zip hdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.tar.gz hdf5-d55bfb91a27eb3506c20cb242dd4c8072f13ca05.tar.bz2 |
[svn-r23461] add missing static declarations of rotuines.
tested on Jam - too minor for committest
Diffstat (limited to 'src/H5Dchunk.c')
-rw-r--r-- | src/H5Dchunk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Dchunk.c b/src/H5Dchunk.c index e3f060a..497846b 100644 --- a/src/H5Dchunk.c +++ b/src/H5Dchunk.c @@ -2174,7 +2174,7 @@ done: * *------------------------------------------------------------------------- */ -herr_t +static herr_t H5D__chunk_cinfo_cache_reset(H5D_chunk_cached_t *last) { FUNC_ENTER_PACKAGE_NOERR |