diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-16 21:20:05 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-10-16 21:20:05 (GMT) |
commit | c00121ce008fd154da6f9790ebf3e666a8b1fc60 (patch) | |
tree | 0e5d84a2989d07aeb8c23a1d055257c971e888da /hl/src/H5LTpublic.h | |
parent | 3300d035b0ea1189b2c97a517dc8978ac790f131 (diff) | |
download | hdf5-c00121ce008fd154da6f9790ebf3e666a8b1fc60.zip hdf5-c00121ce008fd154da6f9790ebf3e666a8b1fc60.tar.gz hdf5-c00121ce008fd154da6f9790ebf3e666a8b1fc60.tar.bz2 |
[svn-r12764]
put the H5LTcreate_compound_type function inside the
#ifdef NOT_YET
macro
meaning that the function is not used by us
Diffstat (limited to 'hl/src/H5LTpublic.h')
-rw-r--r-- | hl/src/H5LTpublic.h | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/hl/src/H5LTpublic.h b/hl/src/H5LTpublic.h index 09e8f60..b7145a8 100644 --- a/hl/src/H5LTpublic.h +++ b/hl/src/H5LTpublic.h @@ -331,7 +331,21 @@ H5_HLDLL herr_t H5LTget_attribute_info( hid_t loc_id, H5_HLDLL hid_t H5LTtext_to_dtype(const char *text, H5LT_lang_t lang_type); H5_HLDLL herr_t H5LTdtype_to_text(hid_t dtype, char *str, H5LT_lang_t lang_type, size_t *len); + +/*------------------------------------------------------------------------- + * + * Utility functions + * + *------------------------------------------------------------------------- + */ + +H5_HLDLL herr_t H5LTfind_attribute( hid_t loc_id, const char *name ); + + #ifdef NOT_YET + +H5_HLDLL hid_t H5LTcreate_compound_type( hsize_t nfields, size_t size, const char *field_names[], + const size_t *field_offset, const hid_t *field_types ); H5_HLDLL herr_t H5LTrepack( hsize_t nfields, hsize_t nrecords, size_t src_size, @@ -345,20 +359,6 @@ H5_HLDLL herr_t H5LTrepack( hsize_t nfields, #endif /* NOT_YET */ - - - -/*------------------------------------------------------------------------- - * - * Utility functions - * - *------------------------------------------------------------------------- - */ - -H5_HLDLL herr_t H5LTfind_attribute( hid_t loc_id, const char *name ); - - - #ifdef __cplusplus } #endif |