X-Git-Url: http://git.eversberg.eu/gitweb.cgi?p=lcr.git;a=blobdiff_plain;f=genext.c;h=e9de687886f29d9e7a4100b72950c33e4fa8e0d3;hp=4d34bbe51e0b8d8f6d513e89a0691252ad14d13e;hb=00675eb48be1313f6a10f342beec023a677edd30;hpb=8bb49ccb7b3eba0a3f20d3b097541304b3580f70 diff --git a/genext.c b/genext.c index 4d34bbe..e9de687 100644 --- a/genext.c +++ b/genext.c @@ -30,11 +30,11 @@ int fhuse = 0; struct isdn_cause isdn_cause[128]; struct isdn_location isdn_location[16]; -void _printdebug(const char *function, int line, unsigned int mask, const char *fmt, ...) +void _printdebug(const char *file, const char *function, int line, unsigned int mask, const char *fmt, ...) { } -void _printerror(const char *function, int line, const char *fmt, ...) +void _printerror(const char *file, const char *function, int line, const char *fmt, ...) { char buffer[4096]; va_list args;