diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2010-05-14 21:54:59 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2010-05-14 21:54:59 (GMT) |
commit | a6698e571c3e08084e1b572ec29ce66c1d183214 (patch) | |
tree | a558a6886bb97417c2191d514132f17a3ac66d48 /tools/lib/h5tools.h | |
parent | f336441f7c57b2820baaebfd38d7f7d3b9bc05b7 (diff) | |
download | hdf5-a6698e571c3e08084e1b572ec29ce66c1d183214.zip hdf5-a6698e571c3e08084e1b572ec29ce66c1d183214.tar.gz hdf5-a6698e571c3e08084e1b572ec29ce66c1d183214.tar.bz2 |
[svn-r18816] Move progname and d_status functions from h5tools to h5tools_util
Tested:
linux and windows
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index cb01580..ab72025 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -536,10 +536,6 @@ H5TOOLS_DLLVAR int region_output; /* region output */ #define H5_TOOLS_DATATYPE "DATATYPE" /* Definitions of useful routines */ -H5TOOLS_DLL const char *h5tools_getprogname(void); -H5TOOLS_DLL void h5tools_setprogname(const char*progname); -H5TOOLS_DLL int h5tools_getstatus(void); -H5TOOLS_DLL void h5tools_setstatus(int d_status); H5TOOLS_DLL void h5tools_init(void); H5TOOLS_DLL void h5tools_close(void); H5TOOLS_DLL hid_t h5tools_fopen(const char *fname, unsigned flags, hid_t fapl, |