/ani/mrses

To get this branch, use:
bzr branch http://suren.me/webbzr/ani/mrses
1
2
3
4
5
6
7
#ifndef _MSG_H
#define _MSG_H

void reportError(const char *msg, ...);
void reportMessage(const char *msg, ...);

#endif /* _MSG_H */