diff options
author | Andrew Tridgell <tridge@samba.org> | 2003-11-09 02:25:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2003-11-09 02:25:03 +0000 |
commit | 4991e27bbcbbe03a171e741e48a1c189ea62af6e (patch) | |
tree | 103882450e177ddaa67426f78ffd977773957c3e /source4/librpc/rpc | |
parent | 946d358646977e265cb36b34324a1145c6121870 (diff) | |
download | samba-4991e27bbcbbe03a171e741e48a1c189ea62af6e.tar.gz samba-4991e27bbcbbe03a171e741e48a1c189ea62af6e.tar.xz samba-4991e27bbcbbe03a171e741e48a1c189ea62af6e.zip |
get rid of some prototypes that aren't needed any more
(This used to be commit 6151e5a2144bbccedb76772ea2cebc9676977efd)
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/rpc_lsa.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/librpc/rpc/rpc_lsa.c b/source4/librpc/rpc/rpc_lsa.c index 82039244e76..2eff2838fc2 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 */ |