'make test' on Windows doesn't need you to say "mono --debug".
[versaplex.git] / vxodbc / wvlogger.h
blobcefb96df6e94129c5095b14a7dcee49d4c5bed3e
2 #ifndef __WVLOGGER_H
3 #define __WVLOGGER_H
5 #ifdef __cplusplus
6 extern "C" {
7 #endif
9 extern int log_level;
11 struct pstring
13 char *const string;
14 const int length;
17 struct pstring wvlog_get_moniker();
18 int wvlog_isset();
19 void wvlog_open();
20 void wvlog_print(const char *file, int line, const char *s);
21 void wvlog_close();
23 #ifdef __cplusplus
25 #endif
27 #endif // __WVLOGGER_H