diff options
author | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-28 18:25:01 -0800 |
---|---|---|
committer | An-Cheng Huang <ancheng@vyatta.com> | 2011-02-28 18:25:01 -0800 |
commit | 24b3de8987f622b349cbe14dca99594f2c279902 (patch) | |
tree | 32d2b36144872943726b00ea63c274c0f7107933 /src/cstore/cstore-c.h | |
parent | 2d0d7bc61e12779a56272f82bc66044a5580e778 (diff) | |
download | vyatta-cfg-24b3de8987f622b349cbe14dca99594f2c279902.tar.gz vyatta-cfg-24b3de8987f622b349cbe14dca99594f2c279902.zip |
add config template abstraction
Diffstat (limited to 'src/cstore/cstore-c.h')
-rw-r--r-- | src/cstore/cstore-c.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/cstore/cstore-c.h b/src/cstore/cstore-c.h index 4f33672..44f1efd 100644 --- a/src/cstore/cstore-c.h +++ b/src/cstore/cstore-c.h @@ -26,9 +26,6 @@ void *cstore_init(void); void cstore_free(void *handle); int cstore_validate_tmpl_path(void *handle, const char *path_comps[], int num_comps, int validate_tags); -int cstore_validate_tmpl_path_d(void *handle, const char *path_comps[], - int num_comps, int validate_tags, - vtw_def *def); int cstore_cfg_path_exists(void *handle, const char *path_comps[], int num_comps); int cstore_cfg_path_deactivated(void *handle, const char *path_comps[], |