diff options
Diffstat (limited to 'mdk-stage1/automatic.h')
| -rw-r--r-- | mdk-stage1/automatic.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/mdk-stage1/automatic.h b/mdk-stage1/automatic.h index c2ac0a73d..5fb890d61 100644 --- a/mdk-stage1/automatic.h +++ b/mdk-stage1/automatic.h @@ -1,7 +1,7 @@  /* - * Guillaume Cottenceau (gc@mandrakesoft.com) + * Guillaume Cottenceau (gc)   * - * Copyright 2000 MandrakeSoft + * Copyright 2000 Mandriva   *   * This software may be freely redistributed under the terms of the GNU   * public license. @@ -24,6 +24,7 @@  #include "stage1.h"  void grab_automatic_params(char * line); +char * get_auto_value(char * auto_param);  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); | 
