From 4991e27bbcbbe03a171e741e48a1c189ea62af6e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 9 Nov 2003 02:25:03 +0000 Subject: get rid of some prototypes that aren't needed any more (This used to be commit 6151e5a2144bbccedb76772ea2cebc9676977efd) --- source4/librpc/rpc/rpc_lsa.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/source4/librpc/rpc/rpc_lsa.c b/source4/librpc/rpc/rpc_lsa.c index 82039244e7..2eff2838fc 100644 --- a/source4/librpc/rpc/rpc_lsa.c +++ b/source4/librpc/rpc/rpc_lsa.c @@ -23,10 +23,6 @@ #include "includes.h" -NTSTATUS ndr_push_lsa_OpenPolicy(struct ndr_push *ndr, struct lsa_OpenPolicy *r); -NTSTATUS ndr_push_lsa_OpenPolicy2(struct ndr_push *ndr, struct lsa_OpenPolicy2 *r); -NTSTATUS ndr_push_lsa_EnumSids(struct ndr_push *ndr, struct lsa_EnumSids *r); - /* OpenPolicy interface */ -- cgit