diff options
author | Max Kellermann <max@duempel.org> | 2009-09-24 17:57:39 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-09-24 17:57:39 +0200 |
commit | 1cc4914b246b861035519818f27de9876285b4d1 (patch) | |
tree | 5e5720dc66603f0b16c51199dd3ee4fd41c31a5f /src/update.h | |
parent | aec18c74ec63de707b35f126bcdb9ed726ec3a22 (diff) | |
download | mpd-1cc4914b246b861035519818f27de9876285b4d1.tar.gz mpd-1cc4914b246b861035519818f27de9876285b4d1.tar.xz mpd-1cc4914b246b861035519818f27de9876285b4d1.zip |
update: renamed directory_update_init() to update_enqueue()
Diffstat (limited to '')
-rw-r--r-- | src/update.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.h b/src/update.h index 3b7a5a332..7e81006ce 100644 --- a/src/update.h +++ b/src/update.h @@ -33,6 +33,6 @@ isUpdatingDB(void); * @path will be freed by this function and should not be reused */ unsigned -directory_update_init(char *path); +update_enqueue(char *path); #endif |