summaryrefslogtreecommitdiffstats
path: root/addon/doxmlparser/src/debug.h
blob: c77f7fe7ecf61832fd396149b864dde453520c49 (plain)
1
2
3
4
5
6
7
#ifndef _DEBUG_H
#define _DEBUG_H

void debug(int level,const char *msg,...);
void setDebugLevel(int level);

#endif