diff options
Diffstat (limited to 'tools/h4toh5main.c')
-rw-r--r-- | tools/h4toh5main.c | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/h4toh5main.c b/tools/h4toh5main.c index 0947bb8..de51554 100644 --- a/tools/h4toh5main.c +++ b/tools/h4toh5main.c @@ -2,6 +2,21 @@ #include "h4toh5main.h" +int32 estnum_vg; +int32 estnum_vd; +int32 num_sds; +int32 num_images; +int num_objects; +int32 num_glsdsattrs; +int32 num_glgrattrs; +struct table* sds_hashtab; +struct table* gr_hashtab; +struct table* vg_hashtab; +struct table* vd_hashtab; +struct table* pal_hashtab; +struct name_table* name_hashtab; +struct name_table* dim_hashtab; + /*------------------------------------------------------------------------- * Function: main * @@ -13,6 +28,8 @@ *------------------------------------------------------------------------- */ + + int main(int argc, char ** argv) { char *h5_filename=NULL; |