Last change
on this file since 5447 was 725, checked in by harald, 24 years ago |
Ciro and Denis changed the reflector to read in the changed MMCS output
(single file version). They made a big change of all the code. That
is the reason why I put here a new reflector directory in the
repository. This is the future development point for reflector. Until
the next drastic change.
WARNING: Reflector here is only proved on OSF!!!
|
File size:
269 bytes
|
Line | |
---|
1 | #ifndef __RFL_DIAG__
|
---|
2 | #define __RFL_DIAG__
|
---|
3 |
|
---|
4 | void FatalError(const char *fatal_string, ...);
|
---|
5 | void Error(const char *error_string, ...);
|
---|
6 | void Message(const char *message_string, ...);
|
---|
7 | void Log(const char *log_string, ...);
|
---|
8 | void Debug(const char *log_string, ...);
|
---|
9 |
|
---|
10 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.