From 1c515ff7791fd186dc82e80134ac47273c43d442 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Sat, 3 Jul 2004 13:21:26 +0000 Subject: Replaced the debug macro with a function git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1780 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/ncmpc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ncmpc.h') diff --git a/src/ncmpc.h b/src/ncmpc.h index 029498f03..4118456a1 100644 --- a/src/ncmpc.h +++ b/src/ncmpc.h @@ -6,7 +6,7 @@ #endif #ifdef DEBUG -#define D(format, args...) fprintf(stderr, format, ##args) +void D(char *format, ...); #else #define D(...) #endif -- cgit v1.2.3