diff options
Diffstat (limited to 'src/song_sticker.h')
-rw-r--r-- | src/song_sticker.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/song_sticker.h b/src/song_sticker.h index 6318ccf48..20ae68ce9 100644 --- a/src/song_sticker.h +++ b/src/song_sticker.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2010 The Music Player Daemon Project + * Copyright (C) 2003-2011 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -68,6 +68,8 @@ sticker_song_get(const struct song *song); * Finds stickers with the specified name below the specified * directory. * + * Caller must lock the #db_mutex. + * * @param directory the base directory to search in * @param name the name of the sticker * @return true on success (even if no sticker was found), false on |