diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2010-07-19 15:05:05 -0700 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2010-07-19 15:05:05 -0700 |
commit | 09c2415650e67e631f7b9fcad49bdd9a0b035698 (patch) | |
tree | 020b7bd407be58d1ffed24cd690a498674daeaea /src/cli_val.h | |
parent | 97d8757a2fe575b2aba258859c8df37ca9ed7cf6 (diff) | |
download | vyatta-cfg-09c2415650e67e631f7b9fcad49bdd9a0b035698.tar.gz vyatta-cfg-09c2415650e67e631f7b9fcad49bdd9a0b035698.zip |
modified syntax and commit checks now applied during commit.
modification allows for error statement to be placed after location of error node.
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index fbd48d9..6918fcf 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -200,7 +200,7 @@ extern void touch(void); extern int mkdir_p(const char *path); extern const char *type_to_name(vtw_type_e type); -extern boolean execute_list(vtw_node *cur, vtw_def *def); +extern boolean execute_list(vtw_node *cur, vtw_def *def, const char **outbuf); extern void touch_dir(const char *dp); extern void touch_file(const char *name); |