lkc.h (0a1340c185734a57fbf4775927966ad4a1347b02) lkc.h (bfc10001b11e51b59ac901d17c5f05361bd2351d)
1/*
2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
3 * Released under the terms of the GNU GPL v2.0.
4 */
5
6#ifndef LKC_H
7#define LKC_H
8

--- 51 unchanged lines hidden (view full) ---

60FILE *zconf_fopen(const char *name);
61void zconf_initscan(const char *name);
62void zconf_nextfile(const char *name);
63int zconf_lineno(void);
64char *zconf_curname(void);
65
66/* confdata.c */
67char *conf_get_default_confname(void);
1/*
2 * Copyright (C) 2002 Roman Zippel <zippel@linux-m68k.org>
3 * Released under the terms of the GNU GPL v2.0.
4 */
5
6#ifndef LKC_H
7#define LKC_H
8

--- 51 unchanged lines hidden (view full) ---

60FILE *zconf_fopen(const char *name);
61void zconf_initscan(const char *name);
62void zconf_nextfile(const char *name);
63int zconf_lineno(void);
64char *zconf_curname(void);
65
66/* confdata.c */
67char *conf_get_default_confname(void);
68void sym_set_change_count(int count);
69void sym_add_change_count(int count);
68
69/* kconfig_load.c */
70void kconfig_load(void);
71
72/* menu.c */
73void menu_init(void);
74struct menu *menu_add_menu(void);
75void menu_end_menu(void);

--- 76 unchanged lines hidden ---
70
71/* kconfig_load.c */
72void kconfig_load(void);
73
74/* menu.c */
75void menu_init(void);
76struct menu *menu_add_menu(void);
77void menu_end_menu(void);

--- 76 unchanged lines hidden ---