source:
trunk/hlpmgr/log.h@
495
Last change on this file since 495 was 26, checked in by , 19 years ago | |
---|---|
|
|
File size: 131 bytes |
Rev | Line | |
---|---|---|
[26] | 1 | #ifndef LOG_H |
2 | #define LOG_H | |
3 | ||
4 | void LogEvent( char* format, ... ); | |
5 | ||
6 | void LogData( char* data, int length ); | |
7 | ||
8 | void stoplog(); | |
9 | ||
10 | #endif |
Note:
See TracBrowser
for help on using the repository browser.