Remove storage backend symbols from version script

* src/libvirt_private.syms: Remove virStorageBackend* symbol names.
They're linked into qemud, not libvirt.
Author: John Levon
This commit is contained in:
Jim Meyering 2009-01-05 14:10:40 +00:00
parent b0119de82f
commit 34ac4c1fe7
2 changed files with 4 additions and 9 deletions

View File

@ -35,6 +35,10 @@ Mon Jan 5 2009 14:53:48 CET John Levon <john.levon@sun.com>
* src/Makefile.am (PRIVSYMFILES) [WITH_LINUX]: Append libvirt_linux.syms.
* src/libvirt_private.syms: Move two symbol names into...
* src/libvirt_linux.syms: ...this new file.
Remove storage backend symbols from version script
* src/libvirt_private.syms: Remove virStorageBackend* symbol names.
They're linked into qemud, not libvirt.
Author: John Levon
Mon Jan 5 14:22:06 CET 2009 Jim Meyering <meyering@redhat.com>

View File

@ -231,15 +231,6 @@ qparam_query_parse;
free_qparam_set;
# storage_backend.h
virStorageBackendForType;
virStorageBackendRunProgNul;
virStorageBackendRunProgRegex;
virStorageBackendStablePath;
virStorageBackendUpdateVolInfo;
virStorageBackendUpdateVolInfoFD;
# storage_conf.h
virStoragePoolDefFormat;
virStoragePoolDefFree;