libvirt/src/libvirt_admin_private.syms
Erik Skultety 67121f0834 syms: add forgotten virAdmConnectClass symbol
Although it currently doesn't cause any linking issues, the symbol should be
exported correctly according to our conventions.
2016-02-17 12:59:31 +01:00

23 lines
518 B
Plaintext

#
# General private symbols for libvirt_admin. Add symbols here, and see
# Makefile.am for more details.
#
# Keep this file sorted by header name, then by symbols with each header.
#
# admin/admin_protocol.x
xdr_admin_connect_get_lib_version_ret;
xdr_admin_connect_list_servers_args;
xdr_admin_connect_list_servers_ret;
xdr_admin_connect_open_args;
# datatypes.h
virAdmConnectClass;
virAdmGetServer;
virAdmServerClass;
# Let emacs know we want case-insensitive sorting
# Local Variables:
# sort-fold-case: t
# End: