mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[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:
This commit is contained in:
parent
71434c4d03
commit
e1ef99ed1d
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user