Ignore:
Timestamp:
Jun 8, 2014, 10:51:42 AM (10 years ago)
Author:
Bruno Cornec
Message:
  • Change function which_format_command_do_i_need to allocate string (freed by caller), and also solve an assert issue during fedora tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/mondorestore/mondoprep.h

    r3042 r3300  
    6969int partition_everything(struct mountlist_itself *);
    7070int do_my_funky_lvm_stuff(bool, bool);
    71 int which_format_command_do_i_need(char *, char *);
     71char *which_format_command_do_i_need(char *);
    7272int make_dummy_partitions(FILE *, char *, int);
    7373int make_list_of_drives(struct mountlist_itself *,
Note: See TracChangeset for help on using the changeset viewer.