diff options
Diffstat (limited to 'src/cstore/cstore-c.h')
-rw-r--r-- | src/cstore/cstore-c.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cstore/cstore-c.h b/src/cstore/cstore-c.h index 44f1efd..9728315 100644 --- a/src/cstore/cstore-c.h +++ b/src/cstore/cstore-c.h @@ -28,6 +28,8 @@ int cstore_validate_tmpl_path(void *handle, const char *path_comps[], int num_comps, int validate_tags); int cstore_cfg_path_exists(void *handle, const char *path_comps[], int num_comps); +int cstore_cfg_path_exists_effective(void *handle, const char *path_comps[], + int num_comps); int cstore_cfg_path_deactivated(void *handle, const char *path_comps[], int num_comps, int in_active); |