diff options
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 861c474..91f238f 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -353,7 +353,9 @@ struct subset_t { }; extern FILE *rawdatastream; /* output stream for raw data */ -extern int bin_output; /* binary output */ +extern int bin_output; /* binary output */ +extern int bin_form; /* binary form */ + /* Strings for output */ |