mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
917038c110
This function is a different beast compared to previous ones. But yet again, nothing surprising is happening here. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
13 lines
198 B
Plaintext
13 lines
198 B
Plaintext
#
|
|
# Officially exported symbols.
|
|
#
|
|
|
|
{
|
|
global:
|
|
_nss_libvirt_gethostbyname_r;
|
|
_nss_libvirt_gethostbyname2_r;
|
|
_nss_libvirt_gethostbyname3_r;
|
|
_nss_libvirt_gethostbyname4_r;
|
|
local: *;
|
|
};
|