summaryrefslogtreecommitdiff
path: root/src/cli_val.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli_val.h')
-rw-r--r--src/cli_val.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index 536d964..7f1f512 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -116,7 +116,7 @@ extern void free_val(valstruct *val);
extern void touch(void);
extern int mkdir_p(const char *path);
-extern boolean execute_list(vtw_node *cur, vtw_def *def, const char **outbuf);
+extern boolean execute_list(vtw_node *cur, vtw_def *def, const char *outbuf,boolean format);
extern void touch_dir(const char *dp);
extern void touch_file(const char *name);