diff options
author | rbalocca <rbalocca@vyatta.com> | 2008-07-09 12:22:04 -0700 |
---|---|---|
committer | rbalocca <rbalocca@vyatta.com> | 2008-07-09 12:22:04 -0700 |
commit | a1561f2b43a221651f1b370296a205be772c2ff6 (patch) | |
tree | 20f719fd409d57fb93c67d6a6c0be37d9598b02a /src/cli_val.h | |
parent | 7db066e99a5e9c3b41ce30d19b9781b1a8df8d44 (diff) | |
parent | 42d6c942800e2273b77ea92371ffdcb3f183163f (diff) | |
download | vyatta-cfg-a1561f2b43a221651f1b370296a205be772c2ff6.tar.gz vyatta-cfg-a1561f2b43a221651f1b370296a205be772c2ff6.zip |
Merge branch 'hollywood'
Diffstat (limited to 'src/cli_val.h')
-rw-r--r-- | src/cli_val.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_val.h b/src/cli_val.h index 520fa8e..c9d59a6 100644 --- a/src/cli_val.h +++ b/src/cli_val.h @@ -153,6 +153,7 @@ extern void cli_val_done(void); extern void init_path(vtw_path *path, const char *root); extern void pop_path(vtw_path *path); extern void push_path(vtw_path *path, char *segm); +extern void push_path_no_escape(vtw_path *path, char *segm); extern void free_def(vtw_def *defp); extern void free_sorted(vtw_sorted *sortp); extern void *my_malloc(size_t size, const char *name); @@ -214,6 +215,7 @@ extern int get_config_lock(); extern int out_fd; extern FILE *out_stream; +extern FILE *err_stream; extern int initialize_output(); |