On Mon, Jun 13, 2016 at 20:27:46 -0400, John Ferlan wrote:
Add utility to format the virSecretLookupTypeDefPtr in XML
Signed-off-by: John Ferlan <jferlan(a)redhat.com>
---
src/libvirt_private.syms | 1 +
src/util/virsecret.c | 26 ++++++++++++++++++++++++++
src/util/virsecret.h | 3 +++
src/util/virstoragefile.c | 19 +------------------
4 files changed, 31 insertions(+), 18 deletions(-)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index ca65885..fdf06ae 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -2209,6 +2209,7 @@ virSecurityLabelDefNew;
# util/virsecret.h
+virSecretFormatSecret;
ACK if you pick a more reasonable name.