summaryrefslogtreecommitdiffstats
path: root/tools/h5diff/h5diff_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h5diff/h5diff_common.h')
-rw-r--r--tools/h5diff/h5diff_common.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/h5diff/h5diff_common.h b/tools/h5diff/h5diff_common.h
new file mode 100644
index 0000000..3a6f01d
--- /dev/null
+++ b/tools/h5diff/h5diff_common.h
@@ -0,0 +1,7 @@
+void usage(void);
+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(hsize_t nfound, diff_opt_t* options);
+