diff options
Diffstat (limited to 'lib/debug.h')
-rw-r--r-- | lib/debug.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/debug.h b/lib/debug.h index a8d8632..0bf6129 100644 --- a/lib/debug.h +++ b/lib/debug.h @@ -13,9 +13,7 @@ extern "C" { #endif struct rs_packet; -struct rs_attr; void rs_dump_packet (const struct rs_packet *pkt); -void rs_dump_attr (const struct rs_attr *attr); int _rs_debug (const char *fmt, ...); #if defined (DEBUG) |