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:
Eric Blake 2010-10-12 05:35:25 -06:00
parent 95ff6b18ec
commit 412b62d2a3
2 changed files with 2 additions and 0 deletions

1
src/.gitignore vendored
View File

@ -14,4 +14,5 @@ libvirt.syms
libvirt_qemu.def
*.i
*.s
remote_protocol-structs-t
virt-aa-helper

View File

@ -668,6 +668,7 @@ virFileResolveLink;
saferead;
safewrite;
safezero;
virHexToBin;
virMacAddrCompare;
virEnumFromString;
virEnumToString;