summaryrefslogtreecommitdiffstats
path: root/src/H5Pproto.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pproto.h')
-rw-r--r--src/H5Pproto.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/H5Pproto.h b/src/H5Pproto.h
index 218949a..b0337a0 100644
--- a/src/H5Pproto.h
+++ b/src/H5Pproto.h
@@ -22,6 +22,10 @@
/* Define atomic datatypes */
#define H5P_SCALAR MAKE_ATOM(H5_DATASPACE,0)
+typedef struct {
+ uintn rank;
+ uint32 *dims;
+ } H5P_dim_t;
#if defined c_plusplus || defined __cplusplus
extern "C"
@@ -29,7 +33,9 @@ extern "C"
#endif /* c_plusplus || __cplusplus */
/* Functions in H5P.c */
+hatom_t H5P_create(hatom_t owner_id, hobjtype_t type, const char *name);
uintn H5Pnelem(hatom_t dim_id);
+herr_t H5P_release(hatom_t oid);
#if defined c_plusplus || defined __cplusplus
}