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

    r2325 r2334  
    1111extern bool does_file_exist(char *filename);
    1212extern void exclude_nonexistent_files(char *inout);
    13 extern int figure_out_kernel_path_interactively_if_necessary(char *kernel);
     13extern char *figure_out_kernel_path_interactively_if_necessary(void);
    1414extern char *find_home_of_exe(char *fname);
    1515extern int get_trackno_from_logfile(char *logfile);
Note: See TracChangeset for help on using the changeset viewer.