Ignore:
Timestamp:
Sep 24, 2009, 3:50:38 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Remove some compiler warnings on main
  • Adds function mr_chomp and mr_strip_char and use them in mr_date and call_program_and_get_last_line_of_output
  • Fix call_program_and_get_last_line_of_output to return the right result using a temp file instead of popen
  • Fix an issue in mr_getline_int in case of eof (returns now an empty string)
  • Sequencing of Init of bkpinfo reviewed
File:
1 edited

Legend:

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

    r2325 r2421  
    33extern void clean_up_KDE_desktop_if_necessary(void);
    44extern long get_time();
    5 extern char *mr_date(void);
    65extern void (*log_debug_msg) (int debug_level, const char *szFile,
    76                              const char *szFunction, int nLine,
Note: See TracChangeset for help on using the changeset viewer.