diff options
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 5d5f1872d651..753cdbd7b805 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -76,7 +76,7 @@ FILE *zconf_fopen(const char *name); | |||
76 | void zconf_initscan(const char *name); | 76 | void zconf_initscan(const char *name); |
77 | void zconf_nextfile(const char *name); | 77 | void zconf_nextfile(const char *name); |
78 | int zconf_lineno(void); | 78 | int zconf_lineno(void); |
79 | char *zconf_curname(void); | 79 | const char *zconf_curname(void); |
80 | 80 | ||
81 | /* conf.c */ | 81 | /* conf.c */ |
82 | void xfgets(char *str, int size, FILE *in); | 82 | void xfgets(char *str, int size, FILE *in); |