r18405: Now that POLICY_HND == struct policy_handle, we can
authorGerald Carter <jerry@samba.org>
Mon, 11 Sep 2006 22:09:29 +0000 (22:09 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:51:22 +0000 (11:51 -0500)
commit40892266f60b96b458bcb0c30912d6cbeb80e16d
tree3deeb05fb13ecb0e935e82dc689bcfbaef4067de
parent5e1146ab5845169aba57dcd216f88589276e5df8
r18405: Now that POLICY_HND == struct policy_handle, we can
make rpccli_lsa_close() a real one line wrapper for
rpccli_lsa_Close().

I'm still keeping the wrapper for now because I'm not sure
what we will do about a usable client API.  I don't think
calling the autogenerated client code directly is a good idea
as the IDL is still evolving.
(This used to be commit 47f0c71218ade18cb94b48661f064e8956e06096)
source3/rpc_client/cli_lsarpc.c