/* * $Id$ * * Header file of mr_msg: a set of function manipulating messages * Provided under the GPL v2 */ #ifndef MR_MSG_H #define MR_MSG_H /* functions (public methods) */ #include extern void mr_msg(int debug, const char *fmt, ...); #endif /* MR_MSG_H */