mirror of https://github.com/agdsn/xerxes.git
debug support added
This commit is contained in:
parent
a88b861089
commit
e79f72cafd
|
|
@ -0,0 +1,15 @@
|
|||
/**
|
||||
* xerxes - mysql proxying
|
||||
* ``Why do you persist in your loneliness?'' --Xerxes
|
||||
* (c) 2008
|
||||
* Jan Losinski <losinshi@wh2.tu-dresden.de>
|
||||
* Maximilian Marx <mmarx@wh2.tu-dresden.de>
|
||||
*/
|
||||
|
||||
#ifndef XERXES_XERXES_HXX
|
||||
#define XERXES_XERXES_HXX
|
||||
|
||||
extern int be_quiet;
|
||||
extern int be_debug;
|
||||
|
||||
#endif
|
||||
Loading…
Reference in New Issue