[svn-r23599] Bring revisions 22802 : 23085 from trunk to revise_chunks.

h5committested.
This commit is contained in:
Vailin Choi
2013-04-18 13:23:51 -05:00
parent 94f8991154
commit 6ee0e05fb9
218 changed files with 11792 additions and 3736 deletions

View File

@@ -103,14 +103,6 @@ static h5tool_format_t xml_dataformat = {
extern "C" {
#endif
/* internal functions used by XML option */
static void xml_print_datatype(hid_t, unsigned);
static void xml_print_enum(hid_t);
static int xml_print_refs(hid_t, int);
static int xml_print_strs(hid_t, int);
static char *xml_escape_the_string(const char *, int);
static char *xml_escape_the_name(const char *);
/* The dump functions of the dump_function_table */
/* XML format: same interface, alternative output */