diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-23 14:36:33 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-08-23 14:36:33 -0700 |
commit | b1c8827efedc245d47f89cf8b4db30f495498ae7 (patch) | |
tree | 6a222a14f5f1e0e9a1c4de5ccd72a76308cafe0b /src/cstore/cstore-c.h | |
parent | 14df7aa3c937ed8907bd7e9b2657526233691803 (diff) | |
parent | f15df25b9693b8802912ddd24f7f8aeaa2893380 (diff) | |
download | vyatta-cfg-b1c8827efedc245d47f89cf8b4db30f495498ae7.tar.gz vyatta-cfg-b1c8827efedc245d47f89cf8b4db30f495498ae7.zip |
Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg into mendocino
Diffstat (limited to 'src/cstore/cstore-c.h')
-rw-r--r-- | src/cstore/cstore-c.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cstore/cstore-c.h b/src/cstore/cstore-c.h index a2ad844..4f33672 100644 --- a/src/cstore/cstore-c.h +++ b/src/cstore/cstore-c.h @@ -38,6 +38,9 @@ char *cstore_cfg_path_get_effective_value(void *handle, const char *path_comps[], int num_comps); +int cstore_unmark_cfg_path_changed(void *handle, const char *path_comps[], + int num_comps); + /* the following are internal APIs for the library. they can only be used * during cstore operations since they operate on "current" paths constructed * by the operations. |