This was forgotten when the function was originally written (not
noticed because it wasn't used at the time). It's required for
proper compilation with modules enabled after applying the recent
virStorageVolResize patches.
---
src/libvirt_private.syms | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index f9b4bf9..e300f06 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS;
virStorageFileIsSharedFSType;
virStorageFileProbeFormat;
virStorageFileProbeFormatFromFD;
-
+virStorageFileResize;
# sysinfo.h
virSysinfoDefFree;
--
1.7.7.5