diff options
Diffstat (limited to 'mdk-stage1/probing.h')
| -rw-r--r-- | mdk-stage1/probing.h | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/mdk-stage1/probing.h b/mdk-stage1/probing.h index b4eda9c34..702c9d056 100644 --- a/mdk-stage1/probing.h +++ b/mdk-stage1/probing.h @@ -1,5 +1,5 @@  /* - * Guillaume Cottenceau (gc@mandriva.com) + * Guillaume Cottenceau (gc)   *   * Copyright 2000 Mandriva   * @@ -37,9 +37,7 @@ enum media_bus { BUS_IDE, BUS_SCSI, BUS_USB, BUS_PCMCIA, BUS_ANY };  void find_media(enum media_bus bus);  void get_medias(enum media_type media, char *** names, char *** models, enum media_bus bus);  char ** get_net_devices(void); -void net_discovered_interface(char * intf_name);  char * get_net_intf_description(char * intf_name); -void prepare_intf_descr(const char * intf_descr);  void probe_that_type(enum driver_type type, enum media_bus bus);  /* Make sure the MATCH_ALL value is greater than all possible values | 
