database: renamed get_get_song() to db_get_song()

Search'n'replace typo..
This commit is contained in:
Max Kellermann
2008-10-09 16:26:09 +02:00
parent 4409c34a8c
commit 6b9ffcffe2
5 changed files with 8 additions and 8 deletions

View File

@@ -37,7 +37,7 @@ struct directory *
db_get_directory(const char *name);
struct song *
get_get_song(const char *file);
db_get_song(const char *file);
int db_walk(const char *name,
int (*forEachSong)(struct song *, void *),