summaryrefslogtreecommitdiffstats
path: root/src/H5Aprivate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Aprivate.h')
-rw-r--r--src/H5Aprivate.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/H5Aprivate.h b/src/H5Aprivate.h
index 0c0e519..18219e6 100644
--- a/src/H5Aprivate.h
+++ b/src/H5Aprivate.h
@@ -29,7 +29,10 @@
/**************************/
/* Library Private Macros */
/**************************/
-
+/* ======== Attribute creation property names ======== */
+#define H5A_CRT_TYPE_ID_NAME "attr_type_id"
+#define H5A_CRT_SPACE_ID_NAME "attr_space_id"
+#define H5A_CRT_LOCATION_NAME "attr_location"
/****************************/
/* Library Private Typedefs */