smbd: Simplify an if-condition
[Samba.git] / source3 / smbd / smb1_pipes.h
blob20e8a99157c9e3895274f0d949c36567f0199ea8
1 /*
2 Unix SMB/CIFS implementation.
3 Pipe SMB reply routines
4 Copyright (C) Andrew Tridgell 1992-1998
5 Copyright (C) Luke Kenneth Casson Leighton 1996-1998
6 Copyright (C) Paul Ashton 1997-1998.
7 Copyright (C) Jeremy Allison 2005.
9 This program is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by
11 the Free Software Foundation; either version 3 of the License, or
12 (at your option) any later version.
14 This program is distributed in the hope that it will be useful,
15 but WITHOUT ANY WARRANTY; without even the implied warranty of
16 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 GNU General Public License for more details.
19 You should have received a copy of the GNU General Public License
20 along with this program. If not, see <http://www.gnu.org/licenses/>.
23 void reply_open_pipe_and_X(connection_struct *conn, struct smb_request *req);
24 void reply_pipe_write_and_X(struct smb_request *req);
25 void reply_pipe_read_and_X(struct smb_request *req);
26 void reply_pipe_write(struct smb_request *req);