summaryrefslogtreecommitdiffstats
path: root/src/H5MFprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5MFprivate.h')
-rw-r--r--src/H5MFprivate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5MFprivate.h b/src/H5MFprivate.h
index 38f8fb7..e264121 100644
--- a/src/H5MFprivate.h
+++ b/src/H5MFprivate.h
@@ -37,10 +37,10 @@
/*
* Library prototypes...
*/
-__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*/);
+__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*/);
#endif