Follow API change in tests.
[radsecproxy.git] / lib / attr.c
index 29384d5..74d352c 100644 (file)
@@ -1,15 +1,21 @@
-/* See the file COPYING for licensing information.  */
+/* Copyright 2010, 2011 NORDUnet A/S. All rights reserved.
+   See LICENSE 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
 
-#include <freeradius/libradius.h>
+#include <radius/client.h>
 #include <radsec/radsec.h>
 #include <radsec/radsec-impl.h>
 
 int
-rs_attr_create(struct rs_connection *conn, struct rs_attr **attr, const char *type, const char *val)
+rs_attr_create(struct rs_connection *conn,
+              struct rs_attr **attr,
+              const char *type,
+              const char *val)
 {
   VALUE_PAIR *vp;
   struct rs_attr *a;