1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-20 06:50:22 +03:00

util: Add virFileAccessibleAs to private symbols

Commit 458b7099b2e791b58f1286002974927d3e8bcc80 introduced this
function. However it was not added into libvirt_private.syms so
the compilation may not succeed on some hosts.
This commit is contained in:
Michal Privoznik 2011-10-25 11:38:13 +02:00
parent baf2ff7e90
commit a877575a88

View File

@ -1094,6 +1094,7 @@ virEnumToString;
virEventAddHandle;
virEventRemoveHandle;
virFileAbsPath;
virFileAccessibleAs;
virFileBuildPath;
virFileExists;
virFileFindMountPoint;