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.h

    r1885 r2334  
    1111int do_that_initial_phase();
    1212int do_that_final_phase();
    13 int figure_out_kernel_path_interactively_if_necessary(char *kernel);
     13char *figure_out_kernel_path_interactively_if_necessary(void);
    1414bool get_bit_N_of_array(char *array, int N);
    1515int make_those_slices_phase();
Note: See TracChangeset for help on using the changeset viewer.