X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=lib%2Fattr.c;h=74d352ccb04aa8448e8ef8f69bc93d99fb349fb0;hb=937144b230752ac640e611cabb57387f613997bc;hp=4e662358670b703bdc02a6fff213b0127e965fee;hpb=e06796fe52596f417d74b3c3758ff0a321f67274;p=radsecproxy.git diff --git a/lib/attr.c b/lib/attr.c index 4e66235..74d352c 100644 --- a/lib/attr.c +++ b/lib/attr.c @@ -1,11 +1,21 @@ -/* See the file COPYING for licensing information. */ +/* Copyright 2010, 2011 NORDUnet A/S. All rights reserved. + See LICENSE for licensing information. */ -#include +/* NOTE: This file is not in use at the moment (libradsec-0.0.1). */ + +#if defined HAVE_CONFIG_H +#include +#endif + +#include #include #include 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;