Ignore:
Timestamp:
Aug 18, 2009, 5:28:18 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3369@localhost: bruno | 2009-08-18 16:57:27 +0200

  • Transform bout 100 strcpy in dyn. allocation. Quality is improving
  • function figure_out_kernel_path_interactively_if_necessary now return a dynamically allocated string
  • mondoarchive checked with valgrind in text an newt modes
File:
1 edited

Legend:

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

    r1885 r2334  
    1010extern int do_that_initial_phase();
    1111extern int do_that_final_phase();
    12 extern int figure_out_kernel_path_interactively_if_necessary(char *kernel);
     12extern char *figure_out_kernel_path_interactively_if_necessary(void);
    1313extern int make_those_slices_phase();
    1414extern int make_those_afios_phase();
Note: See TracChangeset for help on using the changeset viewer.