diff options
author | Simo Sorce <idra@samba.org> | 2010-06-07 17:38:01 -0400 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-11 00:43:23 +0200 |
commit | a53ca944163f5366493b4c36ed94fd9f92e86238 (patch) | |
tree | b16e2338d428640f2d6eb8016a2dbb1f7d8c33d0 /source3/include/proto.h | |
parent | bcc4383ef28c16ded8548ce54b18cf32e49636dd (diff) | |
download | samba-a53ca944163f5366493b4c36ed94fd9f92e86238.tar.gz samba-a53ca944163f5366493b4c36ed94fd9f92e86238.tar.bz2 samba-a53ca944163f5366493b4c36ed94fd9f92e86238.zip |
s3:rpc improve handles memory hierarchy and use better name.
While there also cleanup the code a bit.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9ae640762f..7c1ca8c012 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5154,8 +5154,7 @@ bool smb_io_rpc_hdr_auth(const char *desc, RPC_HDR_AUTH *rai, prs_struct *ps, in /* The following definitions come from rpc_server/rpc_handles.c */ size_t num_pipe_handles(pipes_struct *p); -bool init_pipe_handle_list(pipes_struct *p, - const struct ndr_syntax_id *syntax); +bool init_pipe_handles(pipes_struct *p, const struct ndr_syntax_id *syntax); bool create_policy_hnd(pipes_struct *p, struct policy_handle *hnd, void *data_ptr); bool find_policy_by_hnd(pipes_struct *p, const struct policy_handle *hnd, void **data_p); |