summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-09 17:27:31 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2014-07-09 17:27:31 (GMT)
commit0cb7846c407daef8a2c35339676078f8338cdd12 (patch)
tree0bc466b4c90316e2bfe48bdb354ff4916f32ae6b /hl/test
parent43051ab6cf8694b6e329eb0a80a60ca120390ce8 (diff)
downloadhdf5-0cb7846c407daef8a2c35339676078f8338cdd12.zip
hdf5-0cb7846c407daef8a2c35339676078f8338cdd12.tar.gz
hdf5-0cb7846c407daef8a2c35339676078f8338cdd12.tar.bz2
[svn-r25400] bug fixes where a wrong type was used instead of hid_t.
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/test_ds.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/test/test_ds.c b/hl/test/test_ds.c
index 2ea8801..2d998f6 100644
--- a/hl/test/test_ds.c
+++ b/hl/test/test_ds.c
@@ -29,8 +29,8 @@ static herr_t op_continue(hid_t did, unsigned dim, hid_t dsid, void *visitor_dat
static herr_t op_stop(hid_t did, unsigned dim, hid_t dsid, void *visitor_data);
/* prototypes */
-static int create_test_file(const char *fileext);
-static int open_test_file(const char *fileext);
+static hid_t create_test_file(const char *fileext);
+static hid_t open_test_file(const char *fileext);
herr_t create_char_dataset(hid_t fid, const char *dsidx, int fulldims);
herr_t create_short_dataset(hid_t fid, const char *dsidx, int fulldims);
herr_t create_int_dataset(hid_t fid, const char *dsidx, int fulldims);