From e978a3d3f4974753f09fbafdd0cf3ad15209911f Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 19 Aug 2010 23:15:22 +0200 Subject: s3-lsa: separate out init_lsa headers. Guenther --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 67718a954a..c1e471886c 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4681,13 +4681,6 @@ struct cli_state *rpc_pipe_smbd_smb_conn(struct rpc_pipe_client *p); NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd, struct rpc_cli_transport **presult); -/* The following definitions come from rpc_client/init_lsa.c */ - -void init_lsa_String(struct lsa_String *name, const char *s); -void init_lsa_StringLarge(struct lsa_StringLarge *name, const char *s); -void init_lsa_AsciiString(struct lsa_AsciiString *name, const char *s); -void init_lsa_AsciiStringLarge(struct lsa_AsciiStringLarge *name, const char *s); - /* The following definitions come from rpc_client/ndr.c */ struct tevent_req *cli_do_rpc_ndr_send(TALLOC_CTX *mem_ctx, -- cgit