diff options
Diffstat (limited to 'src/H5FDstream.h')
-rw-r--r-- | src/H5FDstream.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5FDstream.h b/src/H5FDstream.h index 50d0686..3641e08 100644 --- a/src/H5FDstream.h +++ b/src/H5FDstream.h @@ -68,10 +68,10 @@ typedef struct H5FD_stream_fapl_t /* prototypes of exported functions */ -__DLL__ hid_t H5FD_stream_init (void); -__DLL__ herr_t H5Pset_fapl_stream (hid_t fapl_id, +H5_DLL hid_t H5FD_stream_init (void); +H5_DLL herr_t H5Pset_fapl_stream (hid_t fapl_id, H5FD_stream_fapl_t *fapl); -__DLL__ herr_t H5Pget_fapl_stream (hid_t fapl_id, +H5_DLL herr_t H5Pget_fapl_stream (hid_t fapl_id, H5FD_stream_fapl_t *fapl /*out*/ ); #ifdef __cplusplus |