diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-08-14 16:18:28 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-08-14 16:18:28 (GMT) |
commit | 0f61afce1cc9286e0da761d60f0c0db51423db32 (patch) | |
tree | 04c46c8276655eefa07cf8bc674c31d5df86d104 /hl/src/H5PTpublic.h | |
parent | 89f36d62b776ef955eed82a109b83a187ef115bb (diff) | |
download | hdf5-0f61afce1cc9286e0da761d60f0c0db51423db32.zip hdf5-0f61afce1cc9286e0da761d60f0c0db51423db32.tar.gz hdf5-0f61afce1cc9286e0da761d60f0c0db51423db32.tar.bz2 |
[svn-r12576] Added funtions to query the "current position" for Packet Tables in C and C++.
Diffstat (limited to 'hl/src/H5PTpublic.h')
-rw-r--r-- | hl/src/H5PTpublic.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hl/src/H5PTpublic.h b/hl/src/H5PTpublic.h index d1d635b..43520d4 100644 --- a/hl/src/H5PTpublic.h +++ b/hl/src/H5PTpublic.h @@ -97,6 +97,9 @@ H5_HLDLL herr_t H5PTcreate_index( hid_t table_id ); H5_HLDLL herr_t H5PTset_index( hid_t table_id, hsize_t pt_index ); +H5_HLDLL herr_t H5PTget_index( hid_t table_id, + hsize_t *pt_index ); + /*------------------------------------------------------------------------- * * Memory Management functions |