diff options
author | Max Kellermann <max@duempel.org> | 2009-02-04 21:02:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-02-04 21:02:11 +0100 |
commit | f81728592278c667f4928d5201cd7932d6c4e8aa (patch) | |
tree | 42be9ecb53d62d2cc8f2ee75a58fdf929001e296 /src/playlist_print.h | |
parent | cfaede610c5d922bf6c97074ad4b8063f0289527 (diff) | |
download | mpd-f81728592278c667f4928d5201cd7932d6c4e8aa.tar.gz mpd-f81728592278c667f4928d5201cd7932d6c4e8aa.tar.xz mpd-f81728592278c667f4928d5201cd7932d6c4e8aa.zip |
playlist_print: no CamelCase
Renamed one function.
Diffstat (limited to 'src/playlist_print.h')
-rw-r--r-- | src/playlist_print.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist_print.h b/src/playlist_print.h index de60b8949..cf92bfdbb 100644 --- a/src/playlist_print.h +++ b/src/playlist_print.h @@ -22,6 +22,6 @@ struct client; int -PlaylistInfo(struct client *client, const char *utf8file, int detail); +spl_print(struct client *client, const char *name_utf8, int detail); #endif |