summaryrefslogtreecommitdiffstats
path: root/tools/h4toh5util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/h4toh5util.h')
-rw-r--r--tools/h4toh5util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/h4toh5util.h b/tools/h4toh5util.h
index cd6bcf4..0cba454 100644
--- a/tools/h4toh5util.h
+++ b/tools/h4toh5util.h
@@ -95,6 +95,8 @@ converter.*/
#define VG_DEFHASHSIZE 64
#define VD_DEFHASHSIZE 64
#define MAXREF_LENGTH 5
+/*considering the string size of HDF4_DIMGROUP. we add this into 276.*/
+#define MAX_DIM_NAME 276
int32 estnum_vg;
int32 estnum_vd;
@@ -135,6 +137,8 @@ struct table* pal_hashtab;
struct name_table* name_hashtab;
struct name_table* dim_hashtab;
+/* routine for zeroing out the memory. */
+void h4toh5_ZeroMemory(void*s,size_t n);
/* look-up table, object reference is the key.*/
int lookup(int,int,struct table*);