Ignore:
Timestamp:
Sep 25, 2013, 8:55:43 AM (11 years ago)
Author:
Bruno Cornec
Message:
  • Modification to 3.1 branch to make it extremely similar to 3.0. What remains are function rewrite with allocation in the function and desallocation outside of the function. Will be next step
File:
1 edited

Legend:

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

    r2508 r3190  
    66
    77long get_time();
    8 extern void (*log_debug_msg) (int debug_level, const char *szFile,
     8char *mr_date(void);
     9extern void (*log_debsug_msg) (int debug_level, const char *szFile,
    910                              const char *szFunction, int nLine,
    1011                              const char *fmt, ...);
Note: See TracChangeset for help on using the changeset viewer.