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
1 changed files with 1 additions and 1 deletions

View File

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