diff options
author | Max Kellermann <max@duempel.org> | 2009-01-03 14:53:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-03 14:53:23 +0100 |
commit | dcff29e5aa18d8957635553753c4b4ddd730d790 (patch) | |
tree | 903e2a67e665d777134b53cb5443a3e5505c41d0 /src/state_file.h | |
parent | 2064e8ac4cb4c7b7c69042e6dc1715c18777b983 (diff) | |
download | mpd-dcff29e5aa18d8957635553753c4b4ddd730d790.tar.gz mpd-dcff29e5aa18d8957635553753c4b4ddd730d790.tar.xz mpd-dcff29e5aa18d8957635553753c4b4ddd730d790.zip |
state_file: errors are non-fatal in read_state_file()
If the state file cannot be read, for whatever reason, don't abort
MPD. The state file isn't _that_ important.
Diffstat (limited to 'src/state_file.h')
-rw-r--r-- | src/state_file.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state_file.h b/src/state_file.h index 0fa1793d5..229df2861 100644 --- a/src/state_file.h +++ b/src/state_file.h @@ -23,6 +23,5 @@ void write_state_file(void); void read_state_file(void); -void G_GNUC_NORETURN state_file_fatal(void); #endif /* STATE_FILE_H */ |