libvirt/src/libvirt_vmx.syms
Pino Toscano b23ee6394a vmx: hide private helpers
Move all the private helpers for parsing and formatting of domain
elements as private static functions in vmx.c, to avoid using them
directly.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-10-14 11:23:18 +02:00

17 lines
328 B
Plaintext

#
# These symbols are dependent upon --with-esx via WITH_ESX or --with-vmware via WITH_VMWARE.
#
# vmx/vmx.h
virVMXConvertToUTF8;
virVMXDomainXMLConfInit;
virVMXEscapeHex;
virVMXFormatConfig;
virVMXParseConfig;
virVMXUnescapeHex;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: