build: add missing virCommandAddCap to libvirt_private.syms

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.
This commit is contained in:
Laine Stump 2012-02-01 16:09:54 -05:00
parent 1d7086c2ed
commit f594cddaf2

View File

@ -117,6 +117,7 @@ virCommandAddEnvPair;
virCommandAddEnvPass;
virCommandAddEnvPassCommon;
virCommandAddEnvString;
virCommandAllowCap;
virCommandClearCaps;
virCommandDaemonize;
virCommandExec;