Fix incorrect symbols for virtime.h module breaking Mingw32

The Mingw32 linker highlighted that the symbols for virtime.h
declared in libvirt_private.syms were incorrect

* src/libvirt_private.syms: Fix virtime.h symbols
This commit is contained in:
Daniel P. Berrange 2011-12-05 14:04:25 +00:00
parent 38527c9ae0
commit b265beda55

View File

@ -1387,13 +1387,16 @@ virKeycodeValueTranslate;
# virtime.h
virTimeMillisNow;
virTimeFieldsNow;
virTimeFieldsNowRaw;
virTimeFieldsThen;
virTimeFieldsThenRaw;
virTimeMillisNow;
virTimeMillisNowRaw;
virTimeStringNow;
virTimeStringNowRaw;
virTimeStringThen;
virTimeStringNewNow;
virTimeStringNewThen;
virTimeStringThenRaw;
# xml.h