aboutsummaryrefslogtreecommitdiffstats
path: root/src/state_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/state_file.h')
-rw-r--r--src/state_file.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/state_file.h b/src/state_file.h
index ec01fcbed..38d3f74ed 100644
--- a/src/state_file.h
+++ b/src/state_file.h
@@ -20,11 +20,13 @@
#ifndef MPD_STATE_FILE_H
#define MPD_STATE_FILE_H
+struct player_control;
+
void
-state_file_init(const char *path);
+state_file_init(const char *path, struct player_control *pc);
void
-state_file_finish(void);
+state_file_finish(struct player_control *pc);
void write_state_file(void);