From 863badd91ed25ed37a4d1a8bb1d03fdbf285a631 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 3 Nov 2008 21:43:02 +0100 Subject: decoder: no CamelCase Renamed variables and functions. --- src/decoder_control.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/decoder_control.h') diff --git a/src/decoder_control.h b/src/decoder_control.h index 5f7bbf546..df0908477 100644 --- a/src/decoder_control.h +++ b/src/decoder_control.h @@ -44,9 +44,9 @@ struct decoder_control { volatile enum decoder_state state; volatile enum decoder_command command; volatile uint16_t error; - bool seekError; + bool seek_error; bool seekable; - volatile double seekWhere; + volatile double seek_where; /** the format of the song file */ struct audio_format in_audio_format; @@ -56,7 +56,7 @@ struct decoder_control { struct song *current_song; struct song *volatile next_song; - volatile float totalTime; + volatile float total_time; }; extern struct decoder_control dc; -- cgit v1.2.3