]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
build: add missing virCommandAddCap to libvirt_private.syms
authorLaine Stump <laine@laine.org>
Wed, 1 Feb 2012 21:09:54 +0000 (16:09 -0500)
committerLaine Stump <laine@laine.org>
Wed, 1 Feb 2012 21:14:46 +0000 (16:14 -0500)
This was forgotten when the function was initially written (not
noticed because it wasn't used at the time). It's required for proper
compilation with modules enabled after applying the recent rawio
patches.

src/libvirt_private.syms

index ce71d8b6ef25b004c838f2f18595d387e148114d..f9b4bf94e60efcde6d1703d1c85ff102c7f31495 100644 (file)
@@ -117,6 +117,7 @@ virCommandAddEnvPair;
 virCommandAddEnvPass;
 virCommandAddEnvPassCommon;
 virCommandAddEnvString;
+virCommandAllowCap;
 virCommandClearCaps;
 virCommandDaemonize;
 virCommandExec;