FIXME: toplevel Makefile: 'make ntest' doesn't run versaplexd for now.
[versaplex.git] / vxodbc / wvlogger.h
blobb2ee1e47cd6393575453d414557d25eb9b4ae664
2 #ifndef __WVLOGGER_H
3 #define __WVLOGGER_H
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
9 extern char log_level[2];
10 extern char log_moniker[255];
12 void wvlog_open();
13 void wvlog_print(const char *file, int line, const char *s);
14 void wvlog_close();
16 #ifdef __cplusplus
18 #endif
20 #endif // __WVLOGGER_H