[virt-tools-list] [PATCH 02/10] Fix function's name exposed by osinfo_db
Fabiano Fidêncio
fabiano at fidencio.org
Tue Jun 12 02:23:03 UTC 2012
osinfo_db_get_install_script_list was being exposed with a wrong
standard name (osinfo_db_get_install_scripts).
---
osinfo/libosinfo.syms | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/osinfo/libosinfo.syms b/osinfo/libosinfo.syms
index 4e9491f..e9cc655 100644
--- a/osinfo/libosinfo.syms
+++ b/osinfo/libosinfo.syms
@@ -282,7 +282,7 @@ LIBOSINFO_0.1.0 {
osinfo_treelist_new_union;
osinfo_db_get_install_script;
osinfo_db_add_install_script;
- osinfo_db_get_install_scripts;
+ osinfo_db_get_install_script_list;
osinfo_os_get_install_script;
osinfo_os_get_install_scripts;
osinfo_os_add_install_script;
--
1.7.10.2
More information about the virt-tools-list
mailing list