Commit da588cbc authored by Warren Dukes's avatar Warren Dukes

*gasp* added a comment

git-svn-id: https://svn.musicpd.org/mpd/trunk@782 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent c4d2b8dc
......@@ -336,6 +336,11 @@ int updateInDirectory(Directory * directory, char * shortname, char * name) {
return 0;
}
/* return values:
-1 -> error
0 -> no error, but nothing removed
1 -> no error, and stuff removed
*/
int removeDeletedFromDirectory(Directory * directory) {
DIR * dir;
char cwd[2];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment