Ignore:
Timestamp:
Mar 2, 2008, 12:38:35 AM (16 years ago)
Author:
Bruno Cornec
Message:
  • Remove floppy support from mindi and mondo and adapt docs
  • Align more mindi with the version from stable
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.5/mondo/src/common/libmondo-archive.h

    r1647 r1885  
    2424int _move_files_to_stream(char *files_to_add,
    2525                          ...);
    26 int offer_to_write_boot_floppies_to_physical_disks();
    2726void pause_and_ask_for_cdr(int, bool *);
    2827void set_bit_N_of_array(char *array, int N, bool true_or_false);
     
    3332int verify_data();
    3433void wipe_archives(char *d);
    35 int write_image_to_floppy(char *device, char *datafile);
    36 int write_image_to_floppy_SUB(char *device, char *datafile);
    3734int write_iso_and_go_on(bool last_cd);
    3835int write_final_iso_if_necessary();
Note: See TracChangeset for help on using the changeset viewer.