aboutsummaryrefslogtreecommitdiffstats
path: root/src/event_pipe.h
diff options
context:
space:
mode:
authorCourtney Cavin <ccavin@gmail.com>2009-07-28 18:07:01 -0400
committerCourtney Cavin <ccavin@gmail.com>2009-07-28 18:07:01 -0400
commit7f865f722c55dc7a2a27c7869030accc8ab9beb2 (patch)
tree688db79eb5c049c62f20fffbd7b3f5f035e24192 /src/event_pipe.h
parent614a01184577eda5f24517bec9609f0ea6d7e97b (diff)
downloadmpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.gz
mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.tar.xz
mpd-7f865f722c55dc7a2a27c7869030accc8ab9beb2.zip
playlist: CamelCaseIsBad
Renamed all playlist functions to non-CamelCase.
Diffstat (limited to 'src/event_pipe.h')
-rw-r--r--src/event_pipe.h2
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 */