[PATCH 1/9] libvirt_esx.syms: Put proper header file name into comment

Michal Privoznik via Devel posted 9 patches 1 day, 1 hour ago
[PATCH 1/9] libvirt_esx.syms: Put proper header file name into comment
Posted by Michal Privoznik via Devel 1 day, 1 hour ago
From: Michal Privoznik <mprivozn@redhat.com>

The esxVI_DateTime_ConvertToCalendarTime() symbol is declared in
esx_vi_types.h header file. Reflect this in the corresponding
.syms file.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
---
 src/libvirt_esx.syms | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libvirt_esx.syms b/src/libvirt_esx.syms
index 3c14b94aeb..023fecbe94 100644
--- a/src/libvirt_esx.syms
+++ b/src/libvirt_esx.syms
@@ -5,6 +5,9 @@
 # esx/esx_util.h
 esxUtil_EscapeDatastoreItem;
 esxUtil_ParseDatastorePath;
+
+
+# esx/esx_vi_types.h
 esxVI_DateTime_ConvertToCalendarTime;
 
 # Let emacs know we want case-insensitive sorting
-- 
2.51.0