]> xenbits.xensource.com Git - libvirt.git/commitdiff
util: Add virFileAccessibleAs to private symbols
authorMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Oct 2011 09:38:13 +0000 (11:38 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 25 Oct 2011 09:38:13 +0000 (11:38 +0200)
Commit 458b7099b2e791b58f1286002974927d3e8bcc80 introduced this
function. However it was not added into libvirt_private.syms so
the compilation may not succeed on some hosts.

src/libvirt_private.syms

index 3f97e23c9f832461c5418aa0873631e3f99eb21d..a81966d8f7ee30dc3b6900c3f2744fe8f7ac9248 100644 (file)
@@ -1094,6 +1094,7 @@ virEnumToString;
 virEventAddHandle;
 virEventRemoveHandle;
 virFileAbsPath;
+virFileAccessibleAs;
 virFileBuildPath;
 virFileExists;
 virFileFindMountPoint;