From 97698bd4aaf168620205fea26f089e7b1acc869d Mon Sep 17 00:00:00 2001 From: Max Kellerman Date: Sun, 1 Jun 2008 22:24:44 +0000 Subject: notify: don't use camelCase in notify.[ch] git-svn-id: https://svn.musicpd.org/mpd/trunk@7367 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/playerData.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/playerData.c') diff --git a/src/playerData.c b/src/playerData.c index 56dee348c..103ec2980 100644 --- a/src/playerData.c +++ b/src/playerData.c @@ -79,7 +79,7 @@ void initPlayerData(void) ob_init(buffered_chunks); - notifyInit(&pc.notify); + notify_init(&pc.notify); pc.error = PLAYER_ERROR_NOERROR; pc.state = PLAYER_STATE_STOP; pc.queueState = PLAYER_QUEUE_BLANK; @@ -87,7 +87,7 @@ void initPlayerData(void) pc.crossFade = crossfade; pc.softwareVolume = 1000; - notifyInit(&dc.notify); + notify_init(&dc.notify); dc.state = DECODE_STATE_STOP; dc.error = DECODE_ERROR_NOERROR; } -- cgit v1.2.3