diff options
author | Günther Deschner <gd@samba.org> | 2010-08-26 23:25:00 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-26 23:25:00 +0200 |
commit | 338184fb3a3869f81ead82dcc477c87d858334d3 (patch) | |
tree | 568e6e8042ceb5104f5828d7e1e90acbd5411e47 /source3 | |
parent | 33f9c078d310ffadb2392a9169d7b9341a3b7806 (diff) | |
download | samba-338184fb3a3869f81ead82dcc477c87d858334d3.tar.gz samba-338184fb3a3869f81ead82dcc477c87d858334d3.tar.bz2 samba-338184fb3a3869f81ead82dcc477c87d858334d3.zip |
s3-proto: remove obsolete prototypes.
Guenther
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/proto.h | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 2a70051c48..4b34ec0c00 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4286,20 +4286,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/ndr.c */ - -struct tevent_req *cli_do_rpc_ndr_send(TALLOC_CTX *mem_ctx, - struct tevent_context *ev, - struct rpc_pipe_client *cli, - const struct ndr_interface_table *table, - uint32_t opnum, - void *r); -NTSTATUS cli_do_rpc_ndr_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx); -NTSTATUS cli_do_rpc_ndr(struct rpc_pipe_client *cli, - TALLOC_CTX *mem_ctx, - const struct ndr_interface_table *table, - uint32 opnum, void *r); - /* The following definitions come from rpc_server/srv_eventlog_nt.c */ /* The following definitions come from rpc_server/rpc_handles.c */ |