summaryrefslogtreecommitdiff
path: root/lib/attr.c
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2011-03-14 13:27:39 +0100
committerLinus Nordberg <linus@nordu.net>2011-03-14 13:27:39 +0100
commitcef9bf7b7340b7270eb979294aeb186d741e6318 (patch)
treed4ada741c1f3cafd679f7147ffa5ca5406d18ebe /lib/attr.c
parente317a8db7aede1cc9918db51c06de469686c9fa8 (diff)
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.
Diffstat (limited to 'lib/attr.c')
-rw-r--r--lib/attr.c2
1 files changed, 2 insertions, 0 deletions
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 <config.h>
#endif