summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-14 21:54:59 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-14 21:54:59 (GMT)
commita6698e571c3e08084e1b572ec29ce66c1d183214 (patch)
treea558a6886bb97417c2191d514132f17a3ac66d48 /tools/lib/h5tools_utils.h
parentf336441f7c57b2820baaebfd38d7f7d3b9bc05b7 (diff)
downloadhdf5-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_utils.h')
-rw-r--r--tools/lib/h5tools_utils.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/lib/h5tools_utils.h b/tools/lib/h5tools_utils.h
index 3720afd..14a7daa 100644
--- a/tools/lib/h5tools_utils.h
+++ b/tools/lib/h5tools_utils.h
@@ -152,6 +152,10 @@ typedef struct {
/* Definitions of routines */
H5TOOLS_DLL int H5tools_get_link_info(hid_t file_id, const char * linkpath, h5tool_link_info_t *link_info);
+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);
#ifdef __cplusplus
}