diff options
author | Michal Marek <mmarek@suse.cz> | 2011-07-04 05:24:10 -0400 |
---|---|---|
committer | Michal Marek <mmarek@suse.cz> | 2011-07-04 05:24:10 -0400 |
commit | 5c74cd4cc7e7ad9117789e0ca22892a42f87d890 (patch) | |
tree | 139e419539a43b759cecb3fed618f8c1a6cce556 /scripts/kconfig/lkc.h | |
parent | e54e692ba613c2170c66ce36a3791c009680af08 (diff) | |
parent | ab63f58f253c3eca620347f5180ca3d6a1b6aa38 (diff) |
Merge branch 'kconfig-trivial' of git://github.com/lacombar/linux-2.6 into kbuild/kconfig
Diffstat (limited to 'scripts/kconfig/lkc.h')
-rw-r--r-- | scripts/kconfig/lkc.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h index 306c5a59efc2..6fc894f358e4 100644 --- a/scripts/kconfig/lkc.h +++ b/scripts/kconfig/lkc.h | |||
@@ -76,9 +76,6 @@ void zconf_nextfile(const char *name); | |||
76 | int zconf_lineno(void); | 76 | int zconf_lineno(void); |
77 | const char *zconf_curname(void); | 77 | const char *zconf_curname(void); |
78 | 78 | ||
79 | /* conf.c */ | ||
80 | void xfgets(char *str, int size, FILE *in); | ||
81 | |||
82 | /* confdata.c */ | 79 | /* confdata.c */ |
83 | const char *conf_get_configname(void); | 80 | const char *conf_get_configname(void); |
84 | const char *conf_get_autoconfig_name(void); | 81 | const char *conf_get_autoconfig_name(void); |
@@ -99,9 +96,6 @@ static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out) | |||
99 | fprintf(stderr, "\nError in writing or end of file.\n"); | 96 | fprintf(stderr, "\nError in writing or end of file.\n"); |
100 | } | 97 | } |
101 | 98 | ||
102 | /* kconfig_load.c */ | ||
103 | void kconfig_load(void); | ||
104 | |||
105 | /* menu.c */ | 99 | /* menu.c */ |
106 | void _menu_init(void); | 100 | void _menu_init(void); |
107 | void menu_warn(struct menu *menu, const char *fmt, ...); | 101 | void menu_warn(struct menu *menu, const char *fmt, ...); |