aboutsummaryrefslogtreecommitdiff
path: root/src/update.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-09-24 17:57:39 +0200
committerMax Kellermann <max@duempel.org>2009-09-24 17:57:39 +0200
commit1cc4914b246b861035519818f27de9876285b4d1 (patch)
tree5e5720dc66603f0b16c51199dd3ee4fd41c31a5f /src/update.c
parentaec18c74ec63de707b35f126bcdb9ed726ec3a22 (diff)
update: renamed directory_update_init() to update_enqueue()
Diffstat (limited to 'src/update.c')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index cfe574e1..67258e82 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);