summaryrefslogtreecommitdiffstats
path: root/src/H5Pprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Pprivate.h')
-rw-r--r--src/H5Pprivate.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/src/H5Pprivate.h b/src/H5Pprivate.h
index 776367d..455ad4b 100644
--- a/src/H5Pprivate.h
+++ b/src/H5Pprivate.h
@@ -16,14 +16,18 @@
* This file contains private information about the H5P module
*/
-#ifndef H5PPRIVATE_H
-#define H5PPRIVATE_H
+#ifndef _H5Pprivate_H
+#define _H5Pprivate_H
+#include <H5Ppublic.h>
-#include "H5Pproto.h"
-#define H5P_RESERVED_ATOMS 1
+/* Private headers needed by this file */
+#include <H5private.h>
+#include <H5Cprivate.h> /*for hobjtype_t defn*/
-/*------------------_-- Local function prototypes ----------------------------*/
-static herr_t H5P_init_interface(void);
+#define H5P_RESERVED_ATOMS 1
-#endif /* H5PPRIVATE_H */
+/* Private functions */
+hatom_t H5P_create(hatom_t owner_id, hobjtype_t type, const char *name);
+herr_t H5P_release(hatom_t oid);
+#endif