diff options
Diffstat (limited to 'src/state_file.h')
-rw-r--r-- | src/state_file.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/state_file.h b/src/state_file.h index e9c8d5d10..440083479 100644 --- a/src/state_file.h +++ b/src/state_file.h @@ -19,7 +19,12 @@ #ifndef MPD_STATE_FILE_H #define MPD_STATE_FILE_H +void +state_file_init(const char *path); + +void +state_file_finish(void); + void write_state_file(void); -void read_state_file(void); #endif /* STATE_FILE_H */ |