summaryrefslogtreecommitdiffstats
path: root/src/H5Ppublic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5Ppublic.h')
-rw-r--r--src/H5Ppublic.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/H5Ppublic.h b/src/H5Ppublic.h
index e1a6cf1..615967c 100644
--- a/src/H5Ppublic.h
+++ b/src/H5Ppublic.h
@@ -67,6 +67,10 @@ typedef herr_t (*H5P_prp_close_func_t)(const char *name, size_t size, void *valu
/* Define property list iteration function type */
typedef herr_t (*H5P_iterate_t)(hid_t id, const char *name, void *iter_data);
+#ifdef __cplusplus
+extern "C" {
+#endif
+
/*
* The library created property list classes
*/
@@ -108,10 +112,6 @@ H5_DLLVAR hid_t H5P_LST_MOUNT_g;
/* Default hash table size */
#define H5P_DEFAULT_HASH_SIZE 17
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* Public functions */
H5_DLL hid_t H5Pcreate_class(hid_t parent, const char *name, unsigned hashsize,
H5P_cls_create_func_t cls_create, void *create_data,