summaryrefslogtreecommitdiffstats
path: root/tools/h5repack/h5repack_list.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5repack/h5repack_list.h')
-rw-r--r--tools/h5repack/h5repack_list.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5repack/h5repack_list.h b/tools/h5repack/h5repack_list.h
index 905057e..fd10c6b 100644
--- a/tools/h5repack/h5repack_list.h
+++ b/tools/h5repack/h5repack_list.h
@@ -44,6 +44,11 @@ int do_copy_file(hid_t fidin,
trav_info_t *info,
pack_opt_t *options);
+int copy_attr(hid_t loc_in,
+ hid_t loc_out,
+ pack_opt_t *options
+ );
+