From 17a43cf2205a933169e11bc9280431577a183e65 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Fri, 4 Feb 2011 13:44:19 +0100 Subject: Add and use rs_debug() instead of fprintf to stderr. --- lib/debug.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lib/debug.h') diff --git a/lib/debug.h b/lib/debug.h index 09a6529..3156c24 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -14,6 +14,12 @@ extern "C" { void rs_dump_packet (const struct rs_packet *pkt); void rs_dump_attr (const struct rs_attr *attr); +#if defined DEBUG +int rs_debug (const char *fmt, ...); +#else +#define rs_debug (void) +#endif + #if defined (__cplusplus) } #endif -- cgit v1.1