Introduction
Introduction Statistics Contact Development Disclaimer Help
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 */
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.