diff options
Diffstat (limited to 'tools/lib/io_timer.h')
-rw-r--r-- | tools/lib/io_timer.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/lib/io_timer.h b/tools/lib/io_timer.h index 71738bf..4ce0733 100644 --- a/tools/lib/io_timer.h +++ b/tools/lib/io_timer.h @@ -17,7 +17,6 @@ #define IO_TIMER__ #include "hdf5.h" -#include "H5private.h" #if defined(H5_TIME_WITH_SYS_TIME) # include <sys/time.h> @@ -73,10 +72,10 @@ typedef struct io_time_t { #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ -extern io_time_t *io_time_new(clock_type t); -extern void io_time_destroy(io_time_t *pt); -extern io_time_t *set_time(io_time_t *pt, timer_type t, int start_stop); -extern double get_time(io_time_t *pt, timer_type t); +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); #ifdef __cplusplus } #endif /* __cplusplus */ |