diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-24 13:40:22 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-24 13:40:22 +0300 |
commit | 759f2234c9bfa689151277fd2215bc0927cfc9c3 (patch) | |
tree | 90ea15331ba0d71540047385c93708bd9f966f5a /extension/revtwoway.c | |
parent | 8970970f3f3bc3d757fe491e90e608366fb7e604 (diff) | |
download | egawk-759f2234c9bfa689151277fd2215bc0927cfc9c3.tar.gz egawk-759f2234c9bfa689151277fd2215bc0927cfc9c3.tar.bz2 egawk-759f2234c9bfa689151277fd2215bc0927cfc9c3.zip |
Add facility to get vesion info from extensions.
Diffstat (limited to 'extension/revtwoway.c')
-rw-r--r-- | extension/revtwoway.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extension/revtwoway.c b/extension/revtwoway.c index 7ab9366e..9ce0c733 100644 --- a/extension/revtwoway.c +++ b/extension/revtwoway.c @@ -47,6 +47,7 @@ static const gawk_api_t *api; /* for convenience macros to work */ static awk_ext_id_t *ext_id; +static const char *ext_version = "revtwoway extension: version 1.0"; static awk_bool_t init_revtwoway(void); static awk_bool_t (*init_func)(void) = init_revtwoway; |