[svn-r21195] Correct windows exports for h5diff.

This commit is contained in:
Allen Byrne
2011-08-08 16:59:09 -05:00
parent 13beaa1a6f
commit dd7693bde0
9 changed files with 136 additions and 83 deletions

View File

@@ -24,9 +24,6 @@
extern "C" {
#endif
H5TOOLS_DLLVAR unsigned char g_Parallel;
H5TOOLS_DLLVAR 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 h5diff_exit(int status);