diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-18 17:42:20 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-18 17:42:20 -0800 |
commit | e6a03f10e5175cbfcb2afb605cb0abca7f03d182 (patch) | |
tree | a212f240403015f0c8faad41f93021c45a113b82 /src/cli_shell_api.cpp | |
parent | 91ca52106c623838957ba24b9baf680902c3ea7d (diff) | |
download | vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.tar.gz vyatta-cfg-e6a03f10e5175cbfcb2afb605cb0abca7f03d182.zip |
namespace reorg
Diffstat (limited to 'src/cli_shell_api.cpp')
-rw-r--r-- | src/cli_shell_api.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cli_shell_api.cpp b/src/cli_shell_api.cpp index 0c76daa..41d18e2 100644 --- a/src/cli_shell_api.cpp +++ b/src/cli_shell_api.cpp @@ -27,6 +27,8 @@ #include <cnode/cnode-algorithm.hpp> #include <cparse/cparse.hpp> +using namespace cstore; + /* This program provides an API for shell scripts (e.g., snippets in * templates, standalone scripts, etc.) to access the CLI cstore library. * It is installed in "/opt/vyatta/sbin", but a symlink "/bin/cli-shell-api" |