renamed init_fetch() to fetch_initialize()

This commit is contained in:
Andreas Steffen
2010-02-02 19:44:34 +01:00
parent 41faec0791
commit 889ff9389b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -500,7 +500,7 @@ static void* fetch_thread(void *arg)
/**
* Initializes curl and starts the fetching thread
*/
void init_fetch(void)
void fetch_initialize(void)
{
if (crl_check_interval > 0)
{