aboutsummaryrefslogtreecommitdiffstats
path: root/extension/testext.c
diff options
context:
space:
mode:
Diffstat (limited to 'extension/testext.c')
-rw-r--r--extension/testext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/testext.c b/extension/testext.c
index 8dac1c2b..d446fb8e 100644
--- a/extension/testext.c
+++ b/extension/testext.c
@@ -39,6 +39,7 @@
static const gawk_api_t *api; /* for convenience macros to work */
static awk_ext_id_t *ext_id;
+static awk_bool_t (*init_func)(void) = NULL;
int plugin_is_GPL_compatible;