s3:rpc improve handles memory hierarchy and use better name.
[kamenim/samba.git] / source3 / include / proto.h
index 9ae640762fee123555e066baf1f9a49fb8b3ca0c..7c1ca8c012f78aa0ca39b057e186673edd07a799 100644 (file)
@@ -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);