diff options
author | Günther Deschner <gd@samba.org> | 2010-08-19 23:15:22 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-25 22:50:39 +0200 |
commit | e978a3d3f4974753f09fbafdd0cf3ad15209911f (patch) | |
tree | d018db4d53d5f288b9f9e9c1fec3d32b6d8dead1 /source3/include/proto.h | |
parent | aa54d239e2abee69f68be554e018fa578f4178af (diff) | |
download | samba-e978a3d3f4974753f09fbafdd0cf3ad15209911f.tar.gz samba-e978a3d3f4974753f09fbafdd0cf3ad15209911f.tar.xz samba-e978a3d3f4974753f09fbafdd0cf3ad15209911f.zip |
s3-lsa: separate out init_lsa headers.
Guenther
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 67718a954a4..c1e471886c6 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, |