From 752c59eb0ab37ca75bb410052aaf40514818cd54 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Thu, 14 Dec 2000 23:47:36 +0000 Subject: - do progressbar since it seems nobody can live without it - write real separation between cdrom, disk, and network code; have multiple targets for that issue - begin network code: network interface is up and runing (static IP only), network is configured --- mdk-stage1/frontend.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/frontend.h') diff --git a/mdk-stage1/frontend.h b/mdk-stage1/frontend.h index 9b2bc9f39..9d001bdcf 100644 --- a/mdk-stage1/frontend.h +++ b/mdk-stage1/frontend.h @@ -36,5 +36,6 @@ void end_progression(void); enum return_type ask_yes_no(char *msg); enum return_type ask_from_list(char *msg, char ** elems, char ** choice); enum return_type ask_from_list_comments(char *msg, char ** elems, char ** elems_comments, char ** choice); +enum return_type ask_from_entries(char *msg, char ** questions, char *** answers, int entry_size); #endif -- cgit v1.2.1