summaryrefslogtreecommitdiffstats
path: root/src/H5Aprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Aprivate.h')
-rw-r--r--src/H5Aprivate.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/H5Aprivate.h b/src/H5Aprivate.h
index 2323040..8d694bc 100644
--- a/src/H5Aprivate.h
+++ b/src/H5Aprivate.h
@@ -18,17 +18,16 @@
#ifndef _H5Aprivate_H
#define _H5Aprivate_H
+/* Include package's public header */
#include "H5Apublic.h"
-#include "H5Gprivate.h"
-
-#define H5A_RESERVED_ATOMS 0
-typedef struct H5A_t H5A_t;
/* Private headers needed by this file */
+#include "H5Gprivate.h" /* Groups */
+
+/* Forward references of package typedefs */
+typedef struct H5A_t H5A_t;
-/* Functions defined in H5A.c */
-H5_DLL H5A_t *H5A_copy(const H5A_t *old_attr);
-H5_DLL herr_t H5A_close(H5A_t *attr);
+/* Library private functions in package */
H5_DLL H5G_entry_t *H5A_entof(H5A_t *attr);
#endif