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.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index e418a30bbc40..9f845eab56cb 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -135,7 +135,6 @@ struct gstr {
135 int max_width; 135 int max_width;
136}; 136};
137struct gstr str_new(void); 137struct gstr str_new(void);
138struct gstr str_assign(const char *s);
139void str_free(struct gstr *gs); 138void str_free(struct gstr *gs);
140void str_append(struct gstr *gs, const char *s); 139void str_append(struct gstr *gs, const char *s);
141void str_printf(struct gstr *gs, const char *fmt, ...); 140void str_printf(struct gstr *gs, const char *fmt, ...);