update: renamed directory_update_init() to update_enqueue()

This commit is contained in:
Max Kellermann
2009-09-24 17:57:39 +02:00
parent aec18c74ec
commit 1cc4914b24
4 changed files with 4 additions and 4 deletions

View File

@@ -806,7 +806,7 @@ static void spawn_update_task(char *path)
}
unsigned
directory_update_init(char *path)
update_enqueue(char *path)
{
assert(g_thread_self() == main_task);