summaryrefslogtreecommitdiffstats
path: root/tools/lib/io_timer.h
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-12 15:39:56 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-12 15:40:07 (GMT)
commit1501cacbdfdacda1f160e1698d9986553bfe9e92 (patch)
tree008e58a66e67e302488fe92dc661ff84050eed78 /tools/lib/io_timer.h
parent1091e21bebc264a5ea7c100d871407de9a740cc9 (diff)
downloadhdf5-1501cacbdfdacda1f160e1698d9986553bfe9e92.zip
hdf5-1501cacbdfdacda1f160e1698d9986553bfe9e92.tar.gz
hdf5-1501cacbdfdacda1f160e1698d9986553bfe9e92.tar.bz2
Fix CMake test macros and perform standalone tests
Diffstat (limited to 'tools/lib/io_timer.h')
-rw-r--r--tools/lib/io_timer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/lib/io_timer.h b/tools/lib/io_timer.h
index 48b6c87..78bf676 100644
--- a/tools/lib/io_timer.h
+++ b/tools/lib/io_timer.h
@@ -72,8 +72,8 @@ extern "C" {
#endif /* __cplusplus */
H5TOOLS_DLL io_time_t *io_time_new(clock_type t);
H5TOOLS_DLL void io_time_destroy(io_time_t *pt);
-H5TOOLS_DLL io_time_t *set_time(io_time_t *pt, timer_type t, int start_stop);
-H5TOOLS_DLL double get_time(io_time_t *pt, timer_type t);
+H5TOOLS_DLL io_time_t *io_time_set(io_time_t *pt, timer_type t, int start_stop);
+H5TOOLS_DLL double io_time_get(io_time_t *pt, timer_type t);
#ifdef __cplusplus
}
#endif /* __cplusplus */