summaryrefslogtreecommitdiff
path: root/function.c
diff options
context:
space:
mode:
Diffstat (limited to 'function.c')
-rw-r--r--function.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/function.c b/function.c
index d1b00cc..15b7aea 100644
--- a/function.c
+++ b/function.c
@@ -2484,7 +2484,7 @@ func_call (char *o, char **argv, const char *funcname UNUSED)
}
void
-define_new_function(const struct floc *flocp,
+define_new_function(const gmk_floc *flocp,
const char *name, int min, int max, int expand,
char *(*func)(char *, char **, const char *))
{