summaryrefslogtreecommitdiff
path: root/perl_dmod
diff options
context:
space:
mode:
Diffstat (limited to 'perl_dmod')
-rw-r--r--perl_dmod/Cstore/Cstore.xs11
1 files changed, 11 insertions, 0 deletions
diff --git a/perl_dmod/Cstore/Cstore.xs b/perl_dmod/Cstore/Cstore.xs
index f72a124..4a726e7 100644
--- a/perl_dmod/Cstore/Cstore.xs
+++ b/perl_dmod/Cstore/Cstore.xs
@@ -189,6 +189,17 @@ OUTPUT:
RETVAL
+STRVEC *
+Cstore::cfgPathGetDeletedValues(STRVEC *vref)
+PREINIT:
+ vector<string> arg_strvec;
+CODE:
+ vector<string> ret_strvec;
+ THIS->cfgPathGetDeletedValues(arg_strvec, ret_strvec);
+OUTPUT:
+ RETVAL
+
+
STRSTRMAP *
Cstore::cfgPathGetChildNodesStatus(STRVEC *vref)
PREINIT: