mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-15 00:55:17 +00:00
67121f0834
Although it currently doesn't cause any linking issues, the symbol should be exported correctly according to our conventions.
23 lines
518 B
Plaintext
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:
|