Source file: /~heha/hsn/borg.zip/DEBUG.H

//		  debug.h
//

#ifndef debug_h
#define debug_h

#include "common.h"

//remove comment on line below for debug mode.
//#define DEBUG
#define DEBUGFILE "debug.txt"

void DebugMessage(char *szFormat,...);
void ShowLastError(void);

#endif
Detected encoding: ASCII (7 bit)2