From be8b315d1522fa1c109a49435c1638bafd838b91 Mon Sep 17 00:00:00 2001 From: rsc Date: Thu, 17 Jun 2004 03:27:35 +0000 Subject: basically none of these build --- src/libauth/auth_attr.c | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/libauth/auth_attr.c (limited to 'src/libauth/auth_attr.c') diff --git a/src/libauth/auth_attr.c b/src/libauth/auth_attr.c new file mode 100644 index 00000000..8842590a --- /dev/null +++ b/src/libauth/auth_attr.c @@ -0,0 +1,13 @@ +#include +#include +#include +#include +#include "authlocal.h" + +Attr* +auth_attr(AuthRpc *rpc) +{ + if(auth_rpc(rpc, "attr", nil, 0) != ARok) + return nil; + return _parseattr(rpc->arg); +} -- cgit v1.2.3