summaryrefslogtreecommitdiff
path: root/kconfig/lkc.h
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig/lkc.h')
-rw-r--r--kconfig/lkc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kconfig/lkc.h b/kconfig/lkc.h
index 2d5ec2d..f4394af 100644
--- a/kconfig/lkc.h
+++ b/kconfig/lkc.h
@@ -68,6 +68,7 @@ struct kconf_id {
enum symbol_type stype;
};
+extern int yylineno;
void zconfdump(FILE *out);
void zconf_starthelp(void);
FILE *zconf_fopen(const char *name);