summaryrefslogtreecommitdiffstats
path: root/src/H5Mpkg.h
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2019-08-13 17:57:19 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2019-08-13 17:57:19 (GMT)
commitaeb145428f5e6bc51742fff031b0cf8cf6fbefbb (patch)
treed704d20286625755726d0800192e78ef60696226 /src/H5Mpkg.h
parent60b62b10f1acbee14f6ec90d85922b8fefb0eeb4 (diff)
parentd95745235a468b17f697843adb3d0e54bd919893 (diff)
downloadhdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.zip
hdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.tar.gz
hdf5-aeb145428f5e6bc51742fff031b0cf8cf6fbefbb.tar.bz2
Merge pull request #1860 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:map_api_merge to develop
* commit 'd95745235a468b17f697843adb3d0e54bd919893': Updated h5trav.c to emit output that doesn't require ddl changes for map support. Fixed Map API CMake option Renamed H5Mdelete_key to H5Mdelete and H5Mset to H5Mput. Added the map (H5M) API
Diffstat (limited to 'src/H5Mpkg.h')
-rw-r--r--src/H5Mpkg.h51
1 files changed, 51 insertions, 0 deletions
diff --git a/src/H5Mpkg.h b/src/H5Mpkg.h
new file mode 100644
index 0000000..86ff45c
--- /dev/null
+++ b/src/H5Mpkg.h
@@ -0,0 +1,51 @@
+/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
+ * Copyright by The HDF Group. *
+ * Copyright by the Board of Trustees of the University of Illinois. *
+ * All rights reserved. *
+ * *
+ * This file is part of HDF5. The full HDF5 copyright notice, including *
+ * terms governing use, modification, and redistribution, is contained in *
+ * the COPYING file, which can be found at the root of the source code *
+ * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
+ * If you do not have access to either file, you may request a copy from *
+ * help@hdfgroup.org. *
+ * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
+
+/*
+ * Purpose: This file contains declarations which are visible only within
+ * the H5M package. Source files outside the H5M package should
+ * include H5Mprivate.h instead.
+ */
+#if !(defined H5M_FRIEND || defined H5M_MODULE)
+#error "Do not include this file outside the H5M package!"
+#endif
+
+#ifndef _H5Mpkg_H
+#define _H5Mpkg_H
+
+/* Get package's private header */
+#include "H5Mprivate.h"
+
+/* Other private headers needed by this file */
+
+/**************************/
+/* Package Private Macros */
+/**************************/
+
+
+/****************************/
+/* Package Private Typedefs */
+/****************************/
+
+
+/*****************************/
+/* Package Private Variables */
+/*****************************/
+
+
+/******************************/
+/* Package Private Prototypes */
+/******************************/
+
+#endif /*_H5Dpkg_H*/
+