diff options
Diffstat (limited to 'extension/readfile.c')
-rw-r--r-- | extension/readfile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/readfile.c b/extension/readfile.c index 8f68c247..5abb5763 100644 --- a/extension/readfile.c +++ b/extension/readfile.c @@ -54,6 +54,7 @@ static const gawk_api_t *api; /* for convenience macros to work */ static awk_ext_id_t *ext_id; +static const char *ext_version = "readfile extension: version 1.0"; static awk_bool_t (*init_func)(void) = NULL; int plugin_is_GPL_compatible; |