[svn-r2020] Fine tuned the declaration of dump_header_format to be "const" consistent.

This commit is contained in:
Albert Cheng 2000-03-09 19:41:10 -05:00
parent f18cd7b6bb
commit 615522147b

View File

@ -11,7 +11,7 @@ static int unamedtype = 0; /* shared data type with no name */
static int prefix_len = 1024;
static char *prefix;
static table_t *group_table = NULL, *dset_table = NULL, *type_table = NULL;
static dump_header *dump_header_format;
static const dump_header *dump_header_format;
static void dump_group (hid_t , const char* );