forked from KolibriOS/kolibrios
cd74d1af33
git-svn-id: svn://kolibrios.org@5098 a494cfbc-eb01-0410-851d-a64ba20cac60
9 lines
219 B
C
9 lines
219 B
C
#ifndef _msghandling_h_
|
|
#define _msghandling_h_
|
|
|
|
extern void tgl_warning(const char *text, ...);
|
|
extern void tgl_trace(const char *text, ...);
|
|
extern void tgl_fixme(const char *text, ...);
|
|
|
|
#endif /* _msghandling_h_ */
|