source: MondoRescue/branches/stable/mondo/src/include/mr_err.h@ 1064

Last change on this file since 1064 was 1064, checked in by Bruno Cornec, 17 years ago

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

  • Property svn:eol-style set to native
File size: 351 bytes
RevLine 
[1054]1/*
2 * $Id$
3 *
4 * Header file of mr_err: a set of function manipulating errors
5 * Provided under the GPL v2
6 */
7
8#ifndef MR_ERR_H
9#define MR_ERR_H
10
11/* functions (public methods) */
12
[1064]13extern inline void mr_exit(int errorcode, const char *message);
14extern inline void mr_log_exit(int errorcode, const char *message);
[1054]15
16#endif /* MR_ERR_H */
Note: See TracBrowser for help on using the repository browser.