Ignore:
Timestamp:
Feb 12, 2007, 10:54:22 AM (17 years ago)
Author:
Bruno Cornec
Message:

log_trace (unused) and log_trace_msg removed

File:
1 edited

Legend:

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

    r1103 r1144  
    99
    1010long get_time(void);
    11 extern void (*log_debug_msg) (int debug_level, const char *szFile,
    12                               const char *szFunction, int nLine,
    13                               const char *fmt, ...);
    14 void standard_log_debug_msg(int debug_level, const char *szFile,
    15                             const char *szFunction, int nLine,
    16                             const char *fmt, ...);
    1711int read_cfg_var(char *config_file, char *label, char *value);
    1812int write_cfg_var(char *config_file, char *label, char *value);
     
    2317void initialize_raidrec(struct raid_device_record *raidrec);
    2418#endif
    25 void log_trace(char *o);
    2619int some_basic_system_sanity_checks(void);
    2720
Note: See TracChangeset for help on using the changeset viewer.