mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
util: add missing export
Commit 1fe2927a3
forgot to export a symbol.
* src/libvirt_private.syms (virHexToBin): Add.
* src/.gitignore: Ignore temporary file.
This commit is contained in:
parent
95ff6b18ec
commit
412b62d2a3
1
src/.gitignore
vendored
1
src/.gitignore
vendored
@ -14,4 +14,5 @@ libvirt.syms
|
||||
libvirt_qemu.def
|
||||
*.i
|
||||
*.s
|
||||
remote_protocol-structs-t
|
||||
virt-aa-helper
|
||||
|
@ -668,6 +668,7 @@ virFileResolveLink;
|
||||
saferead;
|
||||
safewrite;
|
||||
safezero;
|
||||
virHexToBin;
|
||||
virMacAddrCompare;
|
||||
virEnumFromString;
|
||||
virEnumToString;
|
||||
|
Loading…
Reference in New Issue
Block a user