1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

get rid of some prototypes that aren't needed any more

(This used to be commit 6151e5a214)
This commit is contained in:
Andrew Tridgell 2003-11-09 02:25:03 +00:00
parent 946d358646
commit 4991e27bbc

View File

@ -23,10 +23,6 @@
#include "includes.h" #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 OpenPolicy interface
*/ */