summaryrefslogtreecommitdiffstats
path: root/hl/src/H5LTprivate.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-05-17 19:55:12 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-05-17 19:55:12 (GMT)
commitf24a3a9a0254c54a9f80c2eb268b0217fdd065fd (patch)
treed29ba22fd14808ad262d514066e9d9e3bcba2f11 /hl/src/H5LTprivate.h
parenta80f2a3d7b29bcc111c7ccbd4468f82968f797ee (diff)
downloadhdf5-f24a3a9a0254c54a9f80c2eb268b0217fdd065fd.zip
hdf5-f24a3a9a0254c54a9f80c2eb268b0217fdd065fd.tar.gz
hdf5-f24a3a9a0254c54a9f80c2eb268b0217fdd065fd.tar.bz2
[svn-r12353] Purpose:
new function Description: added H5LTfind_attribute as a public function, a wrapper for the already existing private function H5LT_find_attribute Solution: Platforms tested: linux solaris Misc. update:
Diffstat (limited to 'hl/src/H5LTprivate.h')
-rw-r--r--hl/src/H5LTprivate.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/hl/src/H5LTprivate.h b/hl/src/H5LTprivate.h
index 441c00c..426c223 100644
--- a/hl/src/H5LTprivate.h
+++ b/hl/src/H5LTprivate.h
@@ -35,8 +35,6 @@ H5_HLDLL herr_t H5LT_get_attribute_disk( hid_t obj_id,
const char *attr_name,
void *data );
-H5_HLDLL herr_t H5LT_find_attribute( hid_t loc_id, const char *name );
-
H5_HLDLL herr_t H5LT_set_attribute_numerical( hid_t loc_id,
const char *obj_name,
const char *attr_name,
@@ -48,6 +46,9 @@ H5_HLDLL herr_t H5LT_set_attribute_string( hid_t dset_id,
const char *name,
const char *buf );
+H5_HLDLL herr_t H5LT_find_attribute( hid_t loc_id, const char *name );
+
+
H5_HLDLL herr_t H5LT_dtype_to_text(hid_t dtype, char **dt_str, H5LT_lang_t lang,
size_t *slen, hbool_t no_user_buf);