Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 131c60a9 authored by Arnaud Lacombe's avatar Arnaud Lacombe
Browse files

kconfig: remove pending prototypes for kconfig_load()



Commit 5a6f8d2b removed `kconfig_load()',
however, it missed an hidden prototypes in `lkc.h'. Fix this.

Signed-off-by: default avatarArnaud Lacombe <lacombar@gmail.com>
parent 32543999
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -94,9 +94,6 @@ static inline void xfwrite(const void *str, size_t len, size_t count, FILE *out)
		fprintf(stderr, "\nError in writing or end of file.\n");
}

/* kconfig_load.c */
void kconfig_load(void);

/* menu.c */
void _menu_init(void);
void menu_warn(struct menu *menu, const char *fmt, ...);