summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--expand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand.c b/expand.c
index e9e29b3..668bb10 100644
--- a/expand.c
+++ b/expand.c
@@ -37,7 +37,7 @@ static char *variable_buffer;
each call to variable_buffer_output should be the first argument to
the following call. */
-static char *
+char *
variable_buffer_output (ptr, string, length)
char *ptr, *string;
unsigned int length;