diff options
author | Günther Deschner <gd@samba.org> | 2009-10-01 01:30:45 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-10-01 11:40:31 +0200 |
commit | c6a7ecf28b5d531b8f8921643b3aa3a01b74151b (patch) | |
tree | 8950ff0303c9ab091607673b930d8346c4fac8cb /source3/include | |
parent | bbc71486a7baa086309d877b3ff4f67657053500 (diff) | |
download | samba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.tar.gz samba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.tar.bz2 samba-c6a7ecf28b5d531b8f8921643b3aa3a01b74151b.zip |
s3-registry: move rpccli_winreg_Connect to the only file it belongs.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d99490e4ce..ba2f42688d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5416,12 +5416,6 @@ NTSTATUS rpc_transport_smbd_init(TALLOC_CTX *mem_ctx, NTSTATUS rpc_transport_sock_init(TALLOC_CTX *mem_ctx, int fd, struct rpc_cli_transport **presult); -/* The following definitions come from rpc_client/cli_reg.c */ - -NTSTATUS rpccli_winreg_Connect(struct rpc_pipe_client *cli, TALLOC_CTX *mem_ctx, - uint32 reg_type, uint32 access_mask, - struct policy_handle *reg_hnd); - /* The following definitions come from rpc_client/cli_samr.c */ NTSTATUS rpccli_samr_chgpasswd_user(struct rpc_pipe_client *cli, |