/ani/mrses

To get this branch, use:
bzr branch http://darksoft.org/webbzr/ani/mrses

« back to all changes in this revision

Viewing changes to cell/msg.h

  • Committer: Suren A. Chilingaryan
  • Date: 2010-04-28 04:30:08 UTC
  • Revision ID: csa@dside.dyndns.org-20100428043008-vd9z0nso9axezvlp
Initial import

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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 */