libvirt/src/libvirt_driver_modules.syms
Peter Krempa 0e1404d444 driver: Split/refactor driver module loading
Split the convoluted driver loader function into simpler parts which
will potentially allow reuse.
2017-02-21 08:48:51 +01:00

13 lines
217 B
Plaintext

#
# These symbols are dependent upon --with-driver-modules.
#
# driver.h
virDriverLoadModule;
virDriverLoadModuleFull;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: