mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06: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:
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;
|
||||
|
||||
Reference in New Issue
Block a user