diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2016-01-04 04:01:22 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2016-01-04 04:01:26 +0100 |
commit | 99efede3347745046a8b92bef784c2e3fe0fe5fa (patch) | |
tree | f9caae8375944c38a2ce1f965c3cff24b447d183 /src/state.h | |
parent | automatic selection of RADHARC_STATE (diff) | |
download | radharc-99efede3347745046a8b92bef784c2e3fe0fe5fa.tar.gz radharc-99efede3347745046a8b92bef784c2e3fe0fe5fa.tar.bz2 radharc-99efede3347745046a8b92bef784c2e3fe0fe5fa.tar.xz |
...
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'src/state.h')
-rw-r--r-- | src/state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state.h b/src/state.h index bcb271b..f2c6b11 100644 --- a/src/state.h +++ b/src/state.h @@ -70,5 +70,5 @@ enum darkness get_darkness(double elevation); * @param settings The settings. * @return 0 on success, -1 on error. */ -int get_state_pathname(struct settings *settings); +int get_state_pathname(const struct settings *settings); |