summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-17 23:45:32 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-17 23:45:32 (GMT)
commit1e1bcb801cb2b569ffa2a94cce2433da2917d919 (patch)
treee39ca49188f0f01382a881349ddd2c3cd58d3d1d /tools/h5diff/h5diff_common.h
parent6c262bfc9359e274c6a2b8234c34e4415d8146ed (diff)
downloadhdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.zip
hdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.tar.gz
hdf5-1e1bcb801cb2b569ffa2a94cce2433da2917d919.tar.bz2
[svn-r15900] Make the h5copy test that renames a group to return 1 on the h5diff call and assume 1 is the correct result
Drop the -c flag for h5diff Tested: linux
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 2796bd5..b5d83e2 100644
--- a/tools/h5diff/h5diff_common.h
+++ b/tools/h5diff/h5diff_common.h
@@ -17,7 +17,7 @@ extern unsigned char g_Parallel;
extern int g_nTasks;
void usage(void);
-void parse_command_line(int argc, const char* argv[], const char** fname1, const char** fname2, const char** objname1, const char** objname2, diff_opt_t* options);
+void parse_command_line(int argc, const char* argv[], diff_opt_t* options);
void h5diff_exit(int status);
void print_info(diff_opt_t* options);