Changeset 1064 in MondoRescue for branches/stable/mondo/src/include/mr_msg.h


Ignore:
Timestamp:
Jan 23, 2007, 1:09:32 AM (17 years ago)
Author:
Bruno Cornec
Message:

More controls at the compiler level
still working with the problems around variable arguments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/stable/mondo/src/include/mr_msg.h

    r1061 r1064  
    1616/* functions (public methods) */
    1717
    18 extern void mr_msg(int debug, const char *fmt, va_list args);
     18extern inline void mr_msg(int debug, const char *fmt, ...);
     19extern void mr_msg_init(const char *configfile, int loglevel);
     20extern void mr_msg_close(void);
    1921
    2022#endif                          /* MR_MSG_H */
Note: See TracChangeset for help on using the changeset viewer.