diff options
Diffstat (limited to 'src/H5Apkg.h')
-rw-r--r-- | src/H5Apkg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Apkg.h b/src/H5Apkg.h index a354a48..976340d 100644 --- a/src/H5Apkg.h +++ b/src/H5Apkg.h @@ -55,7 +55,7 @@ struct H5A_t { }; /* Function prototypes for H5A package scope */ -H5_DLL H5A_t *H5A_copy(H5A_t *new_attr, const H5A_t *old_attr); +H5_DLL H5A_t *H5A_copy(H5A_t *new_attr, const H5A_t *old_attr, unsigned update_flags); H5_DLL herr_t H5A_free(H5A_t *attr); H5_DLL herr_t H5A_close(H5A_t *attr); |