Subversion Repositories Kolibri OS

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
5098 clevermous 1
#ifndef _msghandling_h_
2
#define _msghandling_h_
3
 
4
extern void tgl_warning(const char *text, ...);
5
extern void tgl_trace(const char *text, ...);
6
extern void tgl_fixme(const char *text, ...);
7
 
8
#endif /* _msghandling_h_ */