source: MondoRescue/trunk/mondo/src/include/mr_err.h@ 900

Last change on this file since 900 was 900, checked in by Bruno Cornec, 18 years ago

Huge patch to introduce low level functions that will bw used everywhere (mr_free, mr_asprintf, ...)
Nearly linking now due to that.

  • Property svn:eol-style set to native
File size: 337 bytes
Line 
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
13extern void mr_exit(int errorcode, const char *message);
14extern void mr_log_exit(int errorcode, const char *message);
15
16#endif /* MR_ERR_H */
Note: See TracBrowser for help on using the repository browser.