diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2015-10-28 14:02:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2015-10-28 14:02:28 (GMT) |
commit | 45aa5c30c3720a2778918c309d9ff9fa92178179 (patch) | |
tree | 56234862e34e6333cea6ca9513021a647ec6258a /src | |
parent | 3537b69b5b57ac476bec26dd84be88a7c14123b3 (diff) | |
download | hdf5-45aa5c30c3720a2778918c309d9ff9fa92178179.zip hdf5-45aa5c30c3720a2778918c309d9ff9fa92178179.tar.gz hdf5-45aa5c30c3720a2778918c309d9ff9fa92178179.tar.bz2 |
[svn-r28241] Correct prototype return signature.
Diffstat (limited to 'src')
-rw-r--r-- | src/H5private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5private.h b/src/H5private.h index 6016295..b678512 100644 --- a/src/H5private.h +++ b/src/H5private.h @@ -940,7 +940,7 @@ H5_DLL int HDfprintf (FILE *stream, const char *fmt, ...); #ifndef HDgettimezone #define HDgettimezone() HDget_timezone() #endif /* HDgettimezone */ - H5_DLL int HDget_timezone(void); + H5_DLL long int HDget_timezone(void); #endif /* H5_HAVE_TIMEZONE */ #endif /* H5_HAVE_TM_GMTOFF */ #ifndef HDgettimeofday |