X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=main.h;h=723d51c5461de0ae3a4b87641174b1a5592ce6e0;hp=62241fb83925b7c428e726ce3200df8cdbd743f4;hb=3754d8f73ff7cb55e204f7ede6569028407a00e5;hpb=e9daaa4ef7ee895e6a8610ebb2166cc99c891a4e diff --git a/main.h b/main.h index 62241fb..723d51c 100644 --- a/main.h +++ b/main.h @@ -1,6 +1,6 @@ /*****************************************************************************\ ** ** -** PBX4Linux ** +** LCR ** ** ** **---------------------------------------------------------------------------** ** Copyright: Andreas Eversberg ** @@ -9,11 +9,11 @@ ** ** \*****************************************************************************/ -#define NAME "PBX4Linux" +#define NAME "LCR" #define DEFAULT_ENDPOINT_APP EndpointAppPBX -#define VERSION_STRING "3.6 (Januar 2006)" +#define VERSION_STRING "0.1 (August 2007)" extern int memuse; extern int mmemuse; @@ -32,6 +32,7 @@ extern int fhuse; #define PERROR_RUNTIME(fmt, arg...) _printerror(NULL, 0, fmt, ## arg) void _printdebug(const char *function, int line, unsigned long mask, const char *fmt, ...); void _printerror(const char *function, int line, const char *fmt, ...); +void debug(const char *function, int line, char *prefix, char *buffer); #define DEBUG_CONFIG 0x0001 #define DEBUG_MSG 0x0002