diff options
author | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-08-31 19:52:53 (GMT) |
---|---|---|
committer | Ruey-Hsia Li <rli@ncsa.uiuc.edu> | 1998-08-31 19:52:53 (GMT) |
commit | ca953eb33192d5659763000d6b4e8592f4556d89 (patch) | |
tree | 7f96666f7b87f10b517a48d78e890865030b5646 /tools/h5dump.h | |
parent | 2ab2e14bb59d6ae7013bba9458e9f5a3b5cc2d1a (diff) | |
download | hdf5-ca953eb33192d5659763000d6b4e8592f4556d89.zip hdf5-ca953eb33192d5659763000d6b4e8592f4556d89.tar.gz hdf5-ca953eb33192d5659763000d6b4e8592f4556d89.tar.bz2 |
[svn-r636] Removed warning messages during compilation.
Used H5Gstat to check object type.
Modified h5dumputil.c to reflect changes of h5tools.c
Diffstat (limited to 'tools/h5dump.h')
-rw-r--r-- | tools/h5dump.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/tools/h5dump.h b/tools/h5dump.h index e7f5863..b99e58d 100644 --- a/tools/h5dump.h +++ b/tools/h5dump.h @@ -15,8 +15,8 @@ #define STORAGELAYOUT "STORAGELAYOUT" #define COMPRESSION "COMPRESSION" #define EXTERNAL "EXTERNAL" -#define HARDLINK "HARDLINK" #define SOFTLINK "SOFTLINK" +#define NLINK "NLINK" #define BEGIN "{" #define END "}" @@ -30,11 +30,6 @@ #define col 3; -static void dump_group (hid_t , const char* ); -static void dump_dataset (hid_t, const char* ); -static void dump_data (hid_t, int); -static void dump_named_datatype (hid_t , const char *); - #endif @@ -50,7 +45,6 @@ static void dump_named_datatype (hid_t , const char *); #ifndef _H5TOOLS_H #define _H5TOOLS_H -#include <stdio.h> /* * Information about how to format output. |