summaryrefslogtreecommitdiffstats
path: root/src/H5MFprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r--src/H5MFprivate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h
index f739467..38f8fb7 100644
--- a/src/H5MFprivate.h
+++ b/src/H5MFprivate.h
@@ -37,9 +37,9 @@
/*
* Library prototypes...
*/
-herr_t H5MF_alloc (H5F_t *f, intn, hsize_t size, haddr_t *addr/*out*/);
-herr_t H5MF_xfree (H5F_t *f, const haddr_t *addr, hsize_t size);
-herr_t H5MF_realloc (H5F_t *f, intn op, hsize_t orig_size,
+__DLL__ herr_t H5MF_alloc (H5F_t *f, intn, hsize_t size, haddr_t *addr/*out*/);
+__DLL__ herr_t H5MF_xfree (H5F_t *f, const haddr_t *addr, hsize_t size);
+__DLL__ herr_t H5MF_realloc (H5F_t *f, intn op, hsize_t orig_size,
const haddr_t *orig_addr, hsize_t new_size,
haddr_t *new_addr/*out*/);