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/attr.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/attr.c') diff --git a/lib/attr.c b/lib/attr.c index 2face5f..16a6d39 100644 --- a/lib/attr.c +++ b/lib/attr.c @@ -1,6 +1,8 @@ /* Copyright 2010, 2011 NORDUnet A/S. All rights reserved. See the file COPYING for licensing information. */ +/* NOTE: This file is not in use at the moment (libradsec-0.0.1). */ + #if defined HAVE_CONFIG_H #include #endif -- cgit v1.1