Changeset 3708 in MondoRescue for branches/3.3/mondo/src/include/mr_sys.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_sys.h

    r3509 r3708  
    1515#include <stdio.h>
    1616#include "mr_msg.h"
     17#include "mr_std.h"
    1718
    1819/* Internal function bringing debuging info
    1920 * called indirectly through macros */
    20 extern inline int mr_system_int(int line, char *file, const char *fmt, ...);
     21MR_EXTERN int mr_system_int(int line, char *file, const char *fmt, ...);
    2122
    2223/* functions (public methods) */
Note: See TracChangeset for help on using the changeset viewer.