diff options
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 |