1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-04-01 20:05:19 +00:00

build: add missing virStorageFileResize to libvirt_private.syms

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.
This commit is contained in:
Laine Stump 2012-02-01 16:11:58 -05:00
parent f594cddaf2
commit 26e9fdc0bc

View File

@ -1019,7 +1019,7 @@ virStorageFileIsSharedFS;
virStorageFileIsSharedFSType;
virStorageFileProbeFormat;
virStorageFileProbeFormatFromFD;
virStorageFileResize;
# sysinfo.h
virSysinfoDefFree;