HDFFV-10297 merge from develop
This commit is contained in:
@@ -23,9 +23,9 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
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[], const char** fname1, const char** fname2, const char** objname1, const char** objname2, diff_opt_t* opts);
|
||||
void h5diff_exit(int status);
|
||||
void print_info(diff_opt_t* options);
|
||||
void print_info(diff_opt_t* opts);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user