diff options
| author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-18 13:33:43 -0700 |
|---|---|---|
| committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-18 13:33:43 -0700 |
| commit | 14df7aa3c937ed8907bd7e9b2657526233691803 (patch) | |
| tree | 77e876ba2739e7fe396e93b8fd908df845d60d51 /src/cli_val_engine.h | |
| parent | abc2986d38f4b6f7a7ccc0fd3fb10e4f21652209 (diff) | |
| parent | 3594ffa9f1c62d5f73d12b35f81a862c762b5d44 (diff) | |
| download | vyatta-cfg-14df7aa3c937ed8907bd7e9b2657526233691803.tar.gz vyatta-cfg-14df7aa3c937ed8907bd7e9b2657526233691803.zip | |
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino
Diffstat (limited to 'src/cli_val_engine.h')
| -rw-r--r-- | src/cli_val_engine.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/cli_val_engine.h b/src/cli_val_engine.h index a0c1fe3..4f35a7f 100644 --- a/src/cli_val_engine.h +++ b/src/cli_val_engine.h @@ -35,8 +35,8 @@ #if !defined(__CLI_VAL_ENGINE__) #define __CLI_VAL_ENGINE__ -#include "cli_path_utils.h" -#include "cli_val.h" +#include <cli_path_utils.h> +#include <cli_val.h> /******************* * Type definitions @@ -81,7 +81,8 @@ int clind_config_engine_apply_command_path(clind_path_ref cfg_path, int check_existence, clind_val *res, const char* root_tmpl_path, - int return_value_file_name); + int return_value_file_name, + int in_active); |
