smbd: Make send_trans2_replies() static
[Samba.git] / source3 / smbd / smb1_trans2.h
blobd624f19eaeca8734744fd50ae53fa9df285e5276
1 /*
2 Unix SMB/CIFS implementation.
3 SMB transaction2 handling
4 Copyright (C) Jeremy Allison 1994-2007
5 Copyright (C) Stefan (metze) Metzmacher 2003
6 Copyright (C) Volker Lendecke 2005-2007
7 Copyright (C) Steve French 2005
8 Copyright (C) James Peach 2006-2007
10 Extensively modified by Andrew Tridgell, 1995
12 This program is free software; you can redistribute it and/or modify
13 it under the terms of the GNU General Public License as published by
14 the Free Software Foundation; either version 3 of the License, or
15 (at your option) any later version.
17 This program is distributed in the hope that it will be useful,
18 but WITHOUT ANY WARRANTY; without even the implied warranty of
19 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20 GNU General Public License for more details.
22 You should have received a copy of the GNU General Public License
23 along with this program. If not, see <http://www.gnu.org/licenses/>.
26 NTSTATUS smb_set_posix_lock(connection_struct *conn,
27 struct smb_request *req,
28 const char *pdata,
29 int total_data,
30 files_struct *fsp);
31 void reply_trans2(struct smb_request *req);
32 void reply_transs2(struct smb_request *req);