aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/uconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uconfig.h b/include/uconfig.h
index 415bc31..51582e9 100644
--- a/include/uconfig.h
+++ b/include/uconfig.h
@@ -14,7 +14,7 @@ struct uconfig_s;
struct uconfig_s *uconfig_new(const char *file);
/* Get the value associated to KEY, or NULL if none is found. */
-const char *uconfig_get(const struct uconfig_s *uconfig, const char *key);
+char *uconfig_get(const struct uconfig_s *uconfig, const char *key);
/* Destroy the given Uconfig handle. */
void uconfig_destroy(struct uconfig_s *uconfig);