summaryrefslogtreecommitdiff
path: root/backport/kconf/lkc_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'backport/kconf/lkc_proto.h')
-rw-r--r--backport/kconf/lkc_proto.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/backport/kconf/lkc_proto.h b/backport/kconf/lkc_proto.h
index d5398718..9dc8abfb 100644
--- a/backport/kconf/lkc_proto.h
+++ b/backport/kconf/lkc_proto.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#include <stdarg.h>
/* confdata.c */
@@ -30,7 +31,7 @@ extern struct symbol * symbol_hash[SYMBOL_HASHSIZE];
struct symbol * sym_lookup(const char *name, int flags);
struct symbol * sym_find(const char *name);
-const char * sym_expand_string_value(const char *in);
+char *sym_expand_string_value(const char *in);
const char * sym_escape_string_value(const char *in);
struct symbol ** sym_re_search(const char *pattern);
const char * sym_type_name(enum symbol_type type);