mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-08 04:31:33 +00:00
b9a3ce95ce
It does not have a suffix ByName because there are no other means of looking up the server and since the name is known, this should be the preferred one. Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
25 lines
593 B
Plaintext
25 lines
593 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_lookup_server_args;
|
|
xdr_admin_connect_lookup_server_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:
|