From c6a7ecf28b5d531b8f8921643b3aa3a01b74151b Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 1 Oct 2009 01:30:45 +0200 Subject: s3-registry: move rpccli_winreg_Connect to the only file it belongs. Guenther --- source3/include/proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/include/proto.h') 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, -- cgit