diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2005-02-09 11:36:17 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2005-02-09 11:36:17 (GMT) |
commit | e1ef99ed1dbbaa57428cc8cbc8513e6adf6ae5c6 (patch) | |
tree | b2ba07ad22dad1b3a3bbdf79527c5d8c5bfda699 /tools/lib | |
parent | 71434c4d035e153b48375015a25a1818170538fb (diff) | |
download | hdf5-e1ef99ed1dbbaa57428cc8cbc8513e6adf6ae5c6.zip hdf5-e1ef99ed1dbbaa57428cc8cbc8513e6adf6ae5c6.tar.gz hdf5-e1ef99ed1dbbaa57428cc8cbc8513e6adf6ae5c6.tar.bz2 |
[svn-r9964] Purpose:
bug fix
Description:
g++ was not happy with missing protocols of external functions.
Added print_manager_output(void) and phdiff_dismiss_workers(void)
to the public declarations.
Platforms tested:
Tested in sleipnir (g++) and heping (serial, pp)
Misc. update:
Diffstat (limited to 'tools/lib')
-rw-r--r-- | tools/lib/h5diff.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/lib/h5diff.h b/tools/lib/h5diff.h index 999616e..b5fff64 100644 --- a/tools/lib/h5diff.h +++ b/tools/lib/h5diff.h @@ -81,6 +81,10 @@ hsize_t h5diff(const char *fname1, const char *objname1, const char *objname2, diff_opt_t *options); +void print_manager_output(void); +#ifdef H5_HAVE_PARALLEL +void phdiff_dismiss_workers(void); +#endif #ifdef __cplusplus } |