aboutsummaryrefslogtreecommitdiff
path: root/src/conf.c
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2011-09-09 23:59:43 +0200
committerMax Kellermann <max@duempel.org>2011-09-09 23:59:46 +0200
commit3cc12817f686064fe18112cf05d8bd541abcd398 (patch)
treed0fb08abfecff027709494afc8a776de9ead11c6 /src/conf.c
parent68875ba600c635f985aa8deea7f940816a5e7645 (diff)
conf: _get_next_param() returns a const pointer
No writers.
Diffstat (limited to 'src/conf.c')
-rw-r--r--src/conf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/conf.c b/src/conf.c
index 9e9c199f..155e7520 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -463,7 +463,7 @@ config_read_file(const char *file, GError **error_r)
return true;
}
-struct config_param *
+const struct config_param *
config_get_next_param(const char *name, const struct config_param * last)
{
struct config_entry *entry;