diff options
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r-- | tools/h5tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h index ffd7221..c34547b 100644 --- a/tools/h5tools.h +++ b/tools/h5tools.h @@ -436,4 +436,6 @@ extern FILE *rawdatastream; /* output stream for raw data */ /* Definitions of useful routines */ void print_version(const char *program_name); +void h5tools_init(void); +void h5tools_close(void); |