From: Eric Bollengier Date: Tue, 13 Jun 2023 07:03:11 +0000 (+0200) Subject: Tweak namedpipe for vddk compilation X-Git-Tag: Beta-15.0.0~171 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2f325ce35c459f4550ba93cc9523786d65db3d6d;p=thirdparty%2Fbacula.git Tweak namedpipe for vddk compilation --- diff --git a/bacula/src/findlib/namedpipe.c b/bacula/src/findlib/namedpipe.c index cbb618415..55601259a 100644 --- a/bacula/src/findlib/namedpipe.c +++ b/bacula/src/findlib/namedpipe.c @@ -41,6 +41,11 @@ #include "namedpipe.h" +#ifdef NEED_DMSG +#define Dmsg(level, format, ...) d_msg(__FILE__, __LINE__, level, format, __VA_ARGS__) +void d_msg(const char *file, int line, int level, const char *fmt,...); +#endif + #ifdef TEST_PROGRAM # define Dmsg(level, ...) printf(__VA_ARGS__ ) #endif