summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorFabiano FidĂȘncio <fabiano@fidencio.org>2012-06-11 23:23:04 -0300
committerDaniel P. Berrange <berrange@redhat.com>2012-08-23 15:17:03 +0100
commit234745af345e6d5f1fd10e6a5b4595e151f5da37 (patch)
treee370f1164082e71f620757f80beb2f46e6e557ce /tools
parentebdffef363aefaeab45569c180b251850d845a1f (diff)
downloadlibosinfo-234745af345e6d5f1fd10e6a5b4595e151f5da37.tar.gz
Standardize function names
Rename some functions' names to accord with the rest of API Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Diffstat (limited to 'tools')
-rw-r--r--tools/osinfo-install-script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/osinfo-install-script.c b/tools/osinfo-install-script.c
index 0066bfc..c6aeae6 100644
--- a/tools/osinfo-install-script.c
+++ b/tools/osinfo-install-script.c
@@ -102,7 +102,7 @@ static OsinfoOs *find_os(OsinfoDb *db,
static gboolean generate_script(OsinfoOs *os)
{
- OsinfoInstallScriptList *scripts = osinfo_os_get_install_scripts(os);
+ OsinfoInstallScriptList *scripts = osinfo_os_get_install_script_list(os);
OsinfoInstallScriptList *jeosScripts;
OsinfoFilter *filter;
OsinfoInstallScript *script;