Changeset 3708 in MondoRescue for branches/3.3/mondo/src/include/mr_msg.h


Ignore:
Timestamp:
Apr 13, 2018, 12:29:46 PM (6 years ago)
Author:
Bruno Cornec
Message:

daptation for gcc 5 (inline funcs mngt)

File:
1 edited

Legend:

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

    r3628 r3708  
    1313#endif
    1414#include <stdarg.h>
     15#include "mr_std.h"
    1516
    1617/* functions (public methods) */
     
    2324/* Internal function bringing debuging info
    2425 * called indirectly through macros */
    25 extern inline void mr_msg_int(int debug, int line, const char *file, const char *function, const char *fmt, ...);
     26MR_EXTERN void mr_msg_int(int debug, int line, const char *file, const char *function, const char *fmt, ...);
    2627
    2728#endif                          /* MR_MSG_H */
Note: See TracChangeset for help on using the changeset viewer.