aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r--scripts/kconfig/lkc.h2
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);
76void zconf_initscan(const char *name); 76void zconf_initscan(const char *name);
77void zconf_nextfile(const char *name); 77void zconf_nextfile(const char *name);
78int zconf_lineno(void); 78int zconf_lineno(void);
79char *zconf_curname(void); 79const char *zconf_curname(void);
80 80
81/* conf.c */ 81/* conf.c */
82void xfgets(char *str, int size, FILE *in); 82void xfgets(char *str, int size, FILE *in);