diff options
author | Max Kellermann <max@duempel.org> | 2009-10-06 10:30:10 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-06 10:30:10 +0200 |
commit | 1e663b186998ffdeef9b3b9775558e9378bad342 (patch) | |
tree | 09433f0da6c26859a603ef740a94033be6fbdf44 /src/output_state.h | |
parent | 7013f9fc3105a4e928cbd87bb177325e9b26bbc6 (diff) | |
download | mpd-1e663b186998ffdeef9b3b9775558e9378bad342.tar.gz mpd-1e663b186998ffdeef9b3b9775558e9378bad342.tar.xz mpd-1e663b186998ffdeef9b3b9775558e9378bad342.zip |
output_state: no CamelCase
Diffstat (limited to '')
-rw-r--r-- | src/output_state.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/output_state.h b/src/output_state.h index b171fed18..1efae94a1 100644 --- a/src/output_state.h +++ b/src/output_state.h @@ -29,9 +29,9 @@ #include <stdio.h> bool -readAudioDevicesState(const char *line); +audio_output_state_read(const char *line); void -saveAudioDevicesState(FILE *fp); +audio_output_state_save(FILE *fp); #endif |