diff options
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 |