summaryrefslogtreecommitdiff
path: root/expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'expand.c')
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index 4440192..372a0f5 100644
--- a/expand.c
+++ b/expand.c
@@ -440,7 +440,7 @@ expand_argument (const char *str, const char *end)
/* Expand LINE for FILE. Error messages refer to the file and line where
FILE's commands were found. Expansion uses FILE's variable set list. */
-static char *
+char *
variable_expand_for_file (char *line, struct file *file)
{
char *result;