summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-04-20 16:53:57 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-04-20 16:53:57 (GMT)
commit8a006fd0ca62d5e1abf0f946b290882c92dda0b4 (patch)
tree4c78e7716d63b92357baffea536aa6b2f86ca4e0 /tools/h5tools.h
parentba8fbc02dbee6abeeb8eddd3a3e47aeb5c58ae1e (diff)
downloadhdf5-8a006fd0ca62d5e1abf0f946b290882c92dda0b4.zip
hdf5-8a006fd0ca62d5e1abf0f946b290882c92dda0b4.tar.gz
hdf5-8a006fd0ca62d5e1abf0f946b290882c92dda0b4.tar.bz2
[svn-r2167] i removed unneeded code from the tool lib.
from h5tools.h just got rid of a prototype for copy_atmoic_char which was never used in the h5tools.c i removed the copy_atomic_char, all the display_*_data, where the * is numeric, string or compound, the print_data, h5dump_attr. also removed a block of codfe that was surrounded by #if 0
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index 28ec6fd..e6c4e40 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -332,7 +332,7 @@ hid_t h5dump_fixtype(hid_t f_type);
int h5dump_dset(FILE *stream, const h5dump_t *info, hid_t dset, hid_t p_typ,int indentlevel);
int h5dump_mem(FILE *stream, const h5dump_t *info, hid_t type, hid_t space,
void *mem, int indentlevel);
-int copy_atomic_char(char* output, char* input, int numchar, int freespace);
+
/*if we get a new program that needs to use the library add its name here*/
typedef enum {