mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
13 lines
222 B
Plaintext
13 lines
222 B
Plaintext
|
#
|
||
|
# Officially exported symbols.
|
||
|
#
|
||
|
|
||
|
{
|
||
|
global:
|
||
|
_nss_libvirt_guest_gethostbyname_r;
|
||
|
_nss_libvirt_guest_gethostbyname2_r;
|
||
|
_nss_libvirt_guest_gethostbyname3_r;
|
||
|
_nss_libvirt_guest_gethostbyname4_r;
|
||
|
local: *;
|
||
|
};
|