diff options
author | Courtney Cavin <ccavin@gmail.com> | 2009-07-28 18:07:01 -0400 |
---|---|---|
committer | Courtney Cavin <ccavin@gmail.com> | 2009-07-28 18:07:01 -0400 |
commit | 7f865f722c55dc7a2a27c7869030accc8ab9beb2 (patch) | |
tree | 688db79eb5c049c62f20fffbd7b3f5f035e24192 /src/event_pipe.h | |
parent | 614a01184577eda5f24517bec9609f0ea6d7e97b (diff) | |
download | mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.gz mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.xz mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.zip |
playlist: CamelCaseIsBad
Renamed all playlist functions to non-CamelCase.
Diffstat (limited to '')
-rw-r--r-- | src/event_pipe.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/event_pipe.h b/src/event_pipe.h index ecb7ec9e8..33f92d440 100644 --- a/src/event_pipe.h +++ b/src/event_pipe.h @@ -32,7 +32,7 @@ enum pipe_event { /** an idle event was emitted */ PIPE_EVENT_IDLE, - /** must call syncPlayerAndPlaylist() */ + /** must call playlist_sync() */ PIPE_EVENT_PLAYLIST, /** the current song's tag has changed */ |