summaryrefslogtreecommitdiffstats
path: root/src/H5RC.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5RC.c')
-rw-r--r--src/H5RC.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5RC.c b/src/H5RC.c
index 8ab1818..644ef3a 100644
--- a/src/H5RC.c
+++ b/src/H5RC.c
@@ -27,6 +27,10 @@
#include "H5FLprivate.h" /* Free lists */
#include "H5RCprivate.h" /* Reference-counted buffers */
+/* Interface initialization */
+static int interface_initialize_g = 0;
+#define INTERFACE_INIT NULL
+
/* Private typedefs & structs */
/* Declare a free list to manage the H5RC_t struct */