aboutsummaryrefslogtreecommitdiffstats
path: root/ext.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-06-20 21:41:15 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-06-20 21:41:15 +0300
commitd66f3c9922e36bb2e760e0ac36364c1a5aa11442 (patch)
tree94ef48f1d6a66afdddf4a18f172a0ccf857a96a2 /ext.c
parentcd380faebed56979c993ec46daa8c9d927c2d1dd (diff)
downloadegawk-d66f3c9922e36bb2e760e0ac36364c1a5aa11442.tar.gz
egawk-d66f3c9922e36bb2e760e0ac36364c1a5aa11442.tar.bz2
egawk-d66f3c9922e36bb2e760e0ac36364c1a5aa11442.zip
API: Add set_parameter function and test.
Diffstat (limited to 'ext.c')
-rw-r--r--ext.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext.c b/ext.c
index 4945c7cb..d0755ccd 100644
--- a/ext.c
+++ b/ext.c
@@ -152,7 +152,7 @@ make_builtin(const awk_ext_func_t *funcinfo)
/* get_argument --- get the i'th argument of a dynamically linked function */
-static NODE *
+NODE *
get_argument(int i)
{
NODE *t;