source: branches/2.20_branch/hlpmgr/log.h@ 482

Last change on this file since 482 was 26, checked in by RBRi, 19 years ago

+ helpmgr files

  • Property svn:eol-style set to native
File size: 131 bytes
Line 
1#ifndef LOG_H
2#define LOG_H
3
4void LogEvent( char* format, ... );
5
6void LogData( char* data, int length );
7
8void stoplog();
9
10#endif
Note: See TracBrowser for help on using the repository browser.