aboutsummaryrefslogtreecommitdiff
path: root/src/wordsplit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wordsplit.h')
-rw-r--r--src/wordsplit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wordsplit.h b/src/wordsplit.h
index 35e125a..4e2b117 100644
--- a/src/wordsplit.h
+++ b/src/wordsplit.h
@@ -36,7 +36,7 @@ struct wordsplit
__attribute__ ((__format__ (__printf__, 1, 2)));
const char **ws_env;
- const char *(*ws_getvar) (const char *, size_t, void *);
+ char *(*ws_getvar) (const char *, size_t, void *);
void *ws_closure;
const char *ws_input;

Return to:

Send suggestions and report system problems to the System administrator.