ref: ce38e57e97b39b0cde532ff6a83b8881de6d2f3a
dir: /sys/src/libauth/auth_attr.c/
#include <u.h> #include <libc.h> #include <auth.h> #include <authsrv.h> #include "authlocal.h" Attr* auth_attr(AuthRpc *rpc) { if(auth_rpc(rpc, "attr", nil, 0) != ARok) return nil; return _parseattr(rpc->arg); }