directory: renamed directory_get_directory()
Renamed directory_get_directory() to directory_lookup_directory(). Added API documentation.
This commit is contained in:
@@ -104,7 +104,7 @@ db_get_directory(const char *name)
|
||||
if (name == NULL)
|
||||
return music_root;
|
||||
|
||||
return directory_get_directory(music_root, name);
|
||||
return directory_lookup_directory(music_root, name);
|
||||
}
|
||||
|
||||
struct song *
|
||||
|
||||
Reference in New Issue
Block a user