dbg.h - bmf - bmf (Bayesian Mail Filter) 0.9.4 fork + patches | |
git clone git://git.codemadness.org/bmf | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
dbg.h (393B) | |
--- | |
1 /* $Id: dbg.h,v 1.1 2002/10/14 07:09:51 tommy Exp $ */ | |
2 | |
3 /* | |
4 * Copyright (c) 2002 Tom Marshall <[email protected]> | |
5 * | |
6 * This program is free software. It may be distributed under the terms | |
7 * in the file LICENSE, found in the top level of the distribution. | |
8 */ | |
9 | |
10 #ifndef _DBG_H | |
11 #define _DBG_H | |
12 | |
13 extern uint g_verbose; | |
14 | |
15 void verbose( int level, const char* fmt, ... ); | |
16 | |
17 #endif /* ndef _DBG_H */ |