aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig/lkc.h
diff options
context:
space:
mode:
authorArnaud Lacombe <lacombar@gmail.com>2011-07-02 00:59:41 -0400
committerArnaud Lacombe <lacombar@gmail.com>2011-07-02 01:04:40 -0400
commitab63f58f253c3eca620347f5180ca3d6a1b6aa38 (patch)
treea3d8769aa416913ced55ca0bc0833b809fc8085b /scripts/kconfig/lkc.h
parentkconfig: remove pending prototypes for kconfig_load() (diff)
downloadlinux-dev-ab63f58f253c3eca620347f5180ca3d6a1b6aa38.tar.xz
linux-dev-ab63f58f253c3eca620347f5180ca3d6a1b6aa38.zip
kconfig/conf: mark xfgets() private
This function has not much reason to be public. In the mean time, convert declaration from K&R C to ISO C. Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
Diffstat (limited to '')
-rw-r--r--scripts/kconfig/lkc.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/scripts/kconfig/lkc.h b/scripts/kconfig/lkc.h
index 60ffe8cc83f1..eed22491f13f 100644
--- a/scripts/kconfig/lkc.h
+++ b/scripts/kconfig/lkc.h
@@ -76,9 +76,6 @@ void zconf_nextfile(const char *name);
int zconf_lineno(void);
const char *zconf_curname(void);
-/* conf.c */
-void xfgets(char *str, int size, FILE *in);
-
/* confdata.c */
const char *conf_get_configname(void);
const char *conf_get_autoconfig_name(void);