diff options
Diffstat (limited to '')
-rw-r--r-- | src/StateFile.hxx (renamed from src/state_file.h) | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/state_file.h b/src/StateFile.hxx index 4c4f881cc..35269fe40 100644 --- a/src/state_file.h +++ b/src/StateFile.hxx @@ -1,5 +1,5 @@ /* - * Copyright (C) 2003-2011 The Music Player Daemon Project + * Copyright (C) 2003-2013 The Music Player Daemon Project * http://www.musicpd.org * * This program is free software; you can redistribute it and/or modify @@ -17,16 +17,16 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ -#ifndef MPD_STATE_FILE_H -#define MPD_STATE_FILE_H +#ifndef MPD_STATE_FILE_HXX +#define MPD_STATE_FILE_HXX -struct player_control; +struct Partition; void -state_file_init(const char *path, struct player_control *pc); +state_file_init(const char *path, Partition &partition); void -state_file_finish(struct player_control *pc); +state_file_finish(Partition &partition); void write_state_file(void); |