diff options
Diffstat (limited to 'src/H5FDdpss.h')
-rw-r--r-- | src/H5FDdpss.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/H5FDdpss.h b/src/H5FDdpss.h index 851956d..fd9e2b8 100644 --- a/src/H5FDdpss.h +++ b/src/H5FDdpss.h @@ -22,11 +22,18 @@ /* Function prototypes */ #ifdef H5_HAVE_GRIDSTORAGE +#ifdef __cplusplus +extern "C" { +#endif + hid_t H5FD_dpss_init(void); herr_t H5Pset_fapl_dpss (hid_t fapl_id); herr_t H5Pget_fapl_dpss (hid_t fapl_id); +#ifdef __cplusplus +} +#endif + #endif #endif /* H5FDdpss_H */ - |