summaryrefslogtreecommitdiffstats
path: root/src/H5RAprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5RAprivate.h')
-rw-r--r--src/H5RAprivate.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/H5RAprivate.h b/src/H5RAprivate.h
index 9b7cfb0..f8dcdf7 100644
--- a/src/H5RAprivate.h
+++ b/src/H5RAprivate.h
@@ -17,13 +17,13 @@ typedef struct H5RA_t H5RA_t;
__DLL__ herr_t H5RA_close(H5RA_t *ra);
__DLL__ H5RA_t *H5RA_create(H5G_entry_t *loc, const char *name, H5T_t *type,
- const H5D_create_t *dcpl);
+ const H5D_create_t *dcpl);
__DLL__ H5RA_t *H5RA_open(H5G_entry_t *loc, const char *name);
__DLL__ htri_t H5RA_isa(H5G_entry_t *ent);
-__DLL__ herr_t H5RA_write(H5RA_t *ra, hssize_t start_row, hsize_t nrows, H5T_t *type,
- hsize_t size[], void *buf[]);
-__DLL__ herr_t H5RA_read(H5RA_t *ra, hssize_t start_row, hsize_t nrows, H5T_t *type,
- hsize_t size[], void *buf[]);
+__DLL__ herr_t H5RA_write(H5RA_t *ra, hssize_t start_row, hsize_t nrows,
+ H5T_t *type, hsize_t size[], void *buf[]);
+__DLL__ herr_t H5RA_read(H5RA_t *ra, hssize_t start_row, hsize_t nrows,
+ H5T_t *type, hsize_t size[], void *buf[]);
__DLL__ H5G_entry_t *H5RA_entof(H5RA_t *ra);
#endif