From 1cc4914b246b861035519818f27de9876285b4d1 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 24 Sep 2009 17:57:39 +0200 Subject: update: renamed directory_update_init() to update_enqueue() --- src/update.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/update.c') diff --git a/src/update.c b/src/update.c index cfe574e17..67258e82a 100644 --- a/src/update.c +++ b/src/update.c @@ -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); -- cgit v1.2.3