1 /*
2  * aulog.h
3  *
4  * $Id: aulog.h 227 2006-09-01 05:57:17Z jon $
5  *
6  * Jon Trulson 9/11/99
7  */
8 
9 #ifndef AULOG_H_INCLUDED
10 #define AULOG_H_INCLUDED
11 
12 #define LOG_BUFSIZE 4096
13 #define LOG_FILENMSZ 1024
14 
15 void osLogMsg(const char *fmt, ...);
16 
17 #endif /* AULOG_H_INCLUDED */
18