summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-18 03:01:34 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-10-18 03:01:34 (GMT)
commit3a6ad029167de727ed9d1879d45eba319a91e375 (patch)
treea478d8682e5b9fe97cf0e10301e74ca5af17820d /tools/h5diff/h5diff_common.h
parent1e1bcb801cb2b569ffa2a94cce2433da2917d919 (diff)
downloadhdf5-3a6ad029167de727ed9d1879d45eba319a91e375.zip
hdf5-3a6ad029167de727ed9d1879d45eba319a91e375.tar.gz
hdf5-3a6ad029167de727ed9d1879d45eba319a91e375.tar.bz2
[svn-r15901] undo some changes in the list of parameters of parse_command_line (forgot that this function is called both on serial and parallel)
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 b5d83e2..2796bd5 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[], diff_opt_t* options);
+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 h5diff_exit(int status);
void print_info(diff_opt_t* options);