summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 19:21:55 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-09-26 19:21:55 (GMT)
commit110a855d5e4509ed41b612206dd621f3223f0d55 (patch)
tree03f6ad7a1382b75553f5d09290e6c1dc39fbbe2f /tools/h5diff/h5diff_common.h
parent6aeb73dd44ed126dcb3f77b9ff4ff95c2403ea62 (diff)
downloadhdf5-110a855d5e4509ed41b612206dd621f3223f0d55.zip
hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.gz
hdf5-110a855d5e4509ed41b612206dd621f3223f0d55.tar.bz2
[svn-r12687] reverted back some changes that inadvertedely added some output to the
parallel part of h5diff tested : heping parallel
Diffstat (limited to 'tools/h5diff/h5diff_common.h')
-rw-r--r--tools/h5diff/h5diff_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5diff/h5diff_common.h b/tools/h5diff/h5diff_common.h
index 1d0280e..31b1b29 100644
--- a/tools/h5diff/h5diff_common.h
+++ b/tools/h5diff/h5diff_common.h
@@ -20,5 +20,5 @@ int check_n_input( const char* );
int check_f_input( const char* );
void parse_input(int argc, const char* argv[], const char** fname1, const char** fname2, const char** objname1, const char** objname2, diff_opt_t* options);
void h5diff_exit(int status);
-void print_results(diff_opt_t* options, hsize_t nfound);
+void print_results(diff_opt_t* options);