/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1 by Suren A. Chilingaryan
Initial import
1
#ifndef _MSG_H
2
#define _MSG_H
3
4
void reportError(const char *msg, ...);
5
void reportMessage(const char *msg, ...);
6
7
#endif /* _MSG_H */