scripts: update SPDX license names
[openwrt/openwrt.git] / scripts / config / lkc.h
index e8def6e6d06a41bca7575ead1e322ba1836ea475..64213b692078642360b44f083c27ce742d583ee4 100644 (file)
@@ -1,4 +1,4 @@
-/* SPDX-License-Identifier: GPL-2.0 */
+/* SPDX-License-Identifier: GPL-2.0-only */
 /*
  * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
  */
@@ -48,6 +48,7 @@ void zconf_initscan(const char *name);
 void zconf_nextfile(const char *name);
 int zconf_lineno(void);
 const char *zconf_curname(void);
+extern int recursive_is_error;
 
 /* confdata.c */
 const char *conf_get_configname(void);