diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-04 20:44:42 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-04 20:44:42 (GMT) |
commit | 8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6 (patch) | |
tree | ec869e5f0bb29d4bf3dfeec2f258f4a0dab58c14 /src | |
parent | e5f3e6474a8a0e9c205395173bab065c79db8730 (diff) | |
download | hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.zip hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.tar.gz hdf5-8b9f020cb19e4a3794bb7b20fbb8805e1009d6a6.tar.bz2 |
[svn-r12544] Description:
Clean up compiler warnings/failures in test/links.c, especially when
--disable-production flag used with --enable-group-revision
Modify binary dumping in h5dump to clean up files created [a band-aid
solution to not actually creating the files in the srcdir, but better than
just leaving the files around... :-/ ]
Tested:
FreeBSD 4.11 (sleipnir) (w/ configure flags above)
Too minor to require h5committest
Diffstat (limited to 'src')
-rw-r--r-- | src/H5Ppublic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h index 589b30c..d76e743 100644 --- a/src/H5Ppublic.h +++ b/src/H5Ppublic.h @@ -366,6 +366,8 @@ H5_DLL herr_t H5Pget_char_encoding(hid_t plist_id, H5T_cset_t *encoding /*out*/) H5_DLL herr_t H5Pset_nlinks(hid_t plist_id, size_t nlinks); H5_DLL herr_t H5Pget_nlinks(hid_t plist_id, size_t *nlinks); +H5_DLL herr_t H5Pset_elink_prefix(hid_t plist_id, const char *prefix); +H5_DLL herr_t H5Pget_elink_prefix(hid_t plist_id, char **prefix); H5_DLL herr_t H5Pset_copy_object(hid_t plist_id, unsigned crt_intmd); H5_DLL herr_t H5Pget_copy_object(hid_t plist_id, unsigned *crt_intmd /*out*/); |