diff options
Diffstat (limited to 'tools/h5repack/h5repack_list.h')
-rw-r--r-- | tools/h5repack/h5repack_list.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/h5repack/h5repack_list.h b/tools/h5repack/h5repack_list.h index fd10c6b..29f16e6 100644 --- a/tools/h5repack/h5repack_list.h +++ b/tools/h5repack/h5repack_list.h @@ -27,14 +27,14 @@ */ -int get_objlist(char* infname, +int get_objlist(const char* infname, pack_opt_t *options); -int copy_file(char* fnamein, - char* fnameout, +int copy_file(const char* fnamein, + const char* fnameout, pack_opt_t *options); -void print_objlist(char *filename, +void print_objlist(const char *filename, int nobjects, trav_info_t *info ); |