diff options
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r-- | tools/h5tools.h | 5 |
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); + |