From 24b3de8987f622b349cbe14dca99594f2c279902 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 28 Feb 2011 18:25:01 -0800 Subject: add config template abstraction --- src/cstore/cstore-c.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/cstore/cstore-c.h') 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[], -- cgit v1.2.3