On Wed, Feb 08, 2012 at 14:04:24 +0000, Daniel P. Berrange wrote:
From: "Daniel P. Berrange" <berrange(a)redhat.com>
---
src/libvirt_private.syms | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/libvirt_private.syms b/src/libvirt_private.syms
index d6ad36c..eeafd38 100644
--- a/src/libvirt_private.syms
+++ b/src/libvirt_private.syms
@@ -1158,10 +1158,9 @@ virAuditSend;
# virfile.h
virFileClose;
-virFileDirectFdClose;
-virFileDirectFdFlag;
-virFileDirectFdFree;
-virFileDirectFdNew;
+virFileWrapperFdClose;
+virFileWrapperFdFree;
+virFileWrapperFdNew;
virFileFclose;
virFileFdopen;
virFileRewrite;
Oops, sorry about that. But virFileDirectFdFlag should still remain there.
Jirka