summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools_utils.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2010-05-14 21:53:41 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2010-05-14 21:53:41 (GMT)
commit5c2734ec514de41c773de7b22027eeff8fd2dace (patch)
treebb70b56006ef3f71fbdd37312535205e1b3d1265 /tools/lib/h5tools_utils.h
parentfdd92eb3b877cb3766efa231a4d0b9afdb3d27ee (diff)
downloadhdf5-5c2734ec514de41c773de7b22027eeff8fd2dace.zip
hdf5-5c2734ec514de41c773de7b22027eeff8fd2dace.tar.gz
hdf5-5c2734ec514de41c773de7b22027eeff8fd2dace.tar.bz2
[svn-r18815] 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 438ca64..9e0b0d0 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
}