summaryrefslogtreecommitdiffstats
path: root/tools/h5tools.h
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-03 16:46:09 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>1999-11-03 16:46:09 (GMT)
commitc13e76ffeec1a574697d44c40953a36bdb72eddf (patch)
treea12743fc796c44efaa2a6db004885930972e1af2 /tools/h5tools.h
parentcc81ff713a85a439b6819e5b4f6ff21d2a2c079c (diff)
downloadhdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.zip
hdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.tar.gz
hdf5-c13e76ffeec1a574697d44c40953a36bdb72eddf.tar.bz2
[svn-r1813] moved the globals out of the tools lib(h5findshd.c) into the h5toh4 tool.
had to change some of the functions in the h5findshd.c file since we didn't have the globals anymore. these changes also affected the h5toh5.c file. passes all tests on unix
Diffstat (limited to 'tools/h5tools.h')
-rw-r--r--tools/h5tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/h5tools.h b/tools/h5tools.h
index 939178a..31b58be 100644
--- a/tools/h5tools.h
+++ b/tools/h5tools.h
@@ -300,7 +300,8 @@ typedef struct find_objs_t {
herr_t find_objs(hid_t group, const char *name, void *op_data);
int search_obj (table_t *temp, unsigned long *);
void init_table(table_t **temp);
-void init_prefix(char **temp);
+void init_prefix(char **temp, int);
+
/*
taken from h5dump.h
*/