summaryrefslogtreecommitdiff
path: root/src/cli_val.h
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-04-30 21:42:12 +0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-04-30 21:42:12 +0800
commit1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538 (patch)
treed6a43f4d834ee341645bd0005479a7908ee95c6c /src/cli_val.h
parent20935c34d6fad4af9ab27e4a1b934e7e9e375358 (diff)
downloadvyatta-cfg-1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538.tar.gz
vyatta-cfg-1b2a0fd1ae1e6dfc18e4f75f73cd7befb47cf538.zip
preliminary implementation of new commit
Diffstat (limited to 'src/cli_val.h')
-rw-r--r--src/cli_val.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/cli_val.h b/src/cli_val.h
index a3eb201..d3950c7 100644
--- a/src/cli_val.h
+++ b/src/cli_val.h
@@ -87,11 +87,7 @@ extern valstruct str2val(char *cp);
extern void switch_path(first_seg *seg);
extern void free_val(valstruct *val);
extern int mkdir_p(const char *path);
-
-extern boolean execute_list(vtw_node *cur, vtw_def *def, const char *outbuf,boolean format);
-
extern void free_path(vtw_path *path);
-
extern int get_config_lock(void);
extern void release_config_lock(void);