diff options
Diffstat (limited to 'src/H5Lprivate.h')
-rw-r--r-- | src/H5Lprivate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Lprivate.h b/src/H5Lprivate.h index 02e6fc6..78743da 100644 --- a/src/H5Lprivate.h +++ b/src/H5Lprivate.h @@ -38,6 +38,6 @@ struct H5HL_t; /* defined in H5HLprivate.h */ H5_DLL herr_t H5L_link(H5G_loc_t *new_loc, const char *new_name, H5G_loc_t *obj_loc, hid_t dxpl, hid_t lcpl_id); -H5_DLL hid_t H5L_get_default_lcpl(); +H5_DLL hid_t H5L_get_default_lcpl(void); #endif /* _H5Lprivate_H */ |