diff options
Diffstat (limited to '')
-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); |