From cef9bf7b7340b7270eb979294aeb186d741e6318 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Mon, 14 Mar 2011 13:27:39 +0100 Subject: Remove struct rs_attr and all use of it. A new API for attributes will be added once we've decided how to deal with RADIUS packets internally. For now, removing the half baked wrapping seems more sensible than trying to free rs_attr objects and their VALUE_PAIR's. --- lib/debug.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/debug.h') 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) -- cgit v1.1