From 13e551b64c1c3cd1c6a2025dd9328f908b9f3f39 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 7 Feb 2001 20:18:21 +0000 Subject: - use description of network cards when you have to select between interfaces; has accuracy even in the case of multiple interface for a given kernel module - write down a small "shell" to change parameters on the fly (needs compile option SPAWN_INTERACTIVE) --- mdk-stage1/automatic.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mdk-stage1/automatic.h') diff --git a/mdk-stage1/automatic.h b/mdk-stage1/automatic.h index 507876072..f51b1d749 100644 --- a/mdk-stage1/automatic.h +++ b/mdk-stage1/automatic.h @@ -26,6 +26,7 @@ void grab_automatic_params(char * line); enum return_type ask_from_list_auto(char *msg, char ** elems, char ** choice, char * auto_param, char ** elems_auto); +enum return_type ask_from_list_comments_auto(char *msg, char ** elems, char ** elems_comments, char ** choice, char * auto_param, char ** elems_auto); enum return_type ask_from_entries_auto(char *msg, char ** questions, char *** answers, int entry_size, char ** questions_auto); #endif -- cgit v1.2.1