mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
parent
8e86b7bb65
commit
a9b6deaa05
@ -68,20 +68,6 @@ static bool close_internal_rpc_pipe_hnd(void *np_conn);
|
||||
static void *make_internal_rpc_pipe_p(const char *pipe_name,
|
||||
connection_struct *conn, uint16 vuid);
|
||||
|
||||
/****************************************************************************
|
||||
Pipe iterator functions.
|
||||
****************************************************************************/
|
||||
|
||||
smb_np_struct *get_first_pipe(void)
|
||||
{
|
||||
return Pipes;
|
||||
}
|
||||
|
||||
smb_np_struct *get_next_pipe(smb_np_struct *p)
|
||||
{
|
||||
return p->next;
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
Internal Pipe iterator functions.
|
||||
****************************************************************************/
|
||||
|
Loading…
Reference in New Issue
Block a user