summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>1999-12-10 20:44:04 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>1999-12-10 20:44:04 (GMT)
commitf30439d5920626e9527817f9168d72ae1594208e (patch)
tree429d027e4fd375e5a40e552d8f2537046654b2eb /tools/h5tools.h
parent1c91b6fed2e81de31ccb0febcaf2c00efa52ed3f (diff)
downloadhdf5-f30439d5920626e9527817f9168d72ae1594208e.zip
hdf5-f30439d5920626e9527817f9168d72ae1594208e.tar.gz
hdf5-f30439d5920626e9527817f9168d72ae1594208e.tar.bz2
[svn-r1870] h5dump.c:
Added -V option for displaying version information. h5tools.c: Added print_version routine to display version information. h5tools.h: Added print_version prototype.
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index 31b58be..8d806f2 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -353,3 +353,8 @@ extern ProgType programtype;
#define BEGIN "{"
#define END "}"
#endif
+
+
+/* Definitions of useful routines */
+void print_version(char *program_name);
+