diff options
author | Stefan Metzmacher <metze@samba.org> | 2010-03-10 14:33:58 +0100 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2010-03-19 17:05:46 +0100 |
commit | b82f168c3cbd49fdefa9f469ececcbdbce2730a7 (patch) | |
tree | 693013c485dbb6c54ffee8d5e5a942643f9461b4 /source3/include | |
parent | 4d6368f5f5b384af7e8d06425357cb1666ac853f (diff) | |
download | samba-b82f168c3cbd49fdefa9f469ececcbdbce2730a7.tar.gz samba-b82f168c3cbd49fdefa9f469ececcbdbce2730a7.tar.bz2 samba-b82f168c3cbd49fdefa9f469ececcbdbce2730a7.zip |
s3:librpc: remove unused stuff
metze
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index ad95863d81..9200802128 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2135,17 +2135,6 @@ _PUBLIC_ NTSTATUS dcerpc_binding_build_tower(TALLOC_CTX *mem_ctx, const struct dcerpc_binding *binding, struct epm_tower *tower); -/* The following definitions come from librpc/rpc/dcerpc.c */ - -struct rpc_request *dcerpc_ndr_request_send(struct dcerpc_pipe *p, const struct GUID *object, - const struct ndr_interface_table *table, uint32_t opnum, - TALLOC_CTX *mem_ctx, void *r); -NTSTATUS dcerpc_ndr_request_recv(struct rpc_request *req); -_PUBLIC_ NTSTATUS dcerpc_pipe_connect(TALLOC_CTX *parent_ctx, struct dcerpc_pipe **pp, - const char *binding_string, const struct ndr_interface_table *table, - struct cli_credentials *credentials, struct event_context *ev, - struct loadparm_context *lp_ctx); - /* The following definitions come from libsmb/cliconnect.c */ ADS_STATUS cli_session_setup_spnego(struct cli_state *cli, const char *user, |