/* 
 * $Id$
 *
 *     Header file of mr_err: a set of function manipulating errors
 *     Provided under the GPL v2
 */

#ifndef MR_ERR_H
#define MR_ERR_H

/* functions (public methods) */

extern void mr_exit(int errorcode, const char *message);
extern void mr_log_exit(int errorcode, const char *message);

#endif							/* MR_ERR_H */
