diff options
Diffstat (limited to 'tools/h5repack/h5repack.h')
-rw-r--r-- | tools/h5repack/h5repack.h | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/h5repack/h5repack.h b/tools/h5repack/h5repack.h index 29b04ac..17c2b52 100644 --- a/tools/h5repack/h5repack.h +++ b/tools/h5repack/h5repack.h @@ -105,12 +105,18 @@ int h5repack_addchunk(char* str, packoptions_t *options); int h5repack_init (packoptions_t *options, int verbose); int h5repack_end (packoptions_t *options); - - #ifdef __cplusplus } #endif +/*------------------------------------------------------------------------- + * private functions + *------------------------------------------------------------------------- + */ + + +void read_info(char *filename,packoptions_t *options); + #endif /* H5REPACK_H__ */ |