From c2fb81bbf037a810fd874c13fc1d0807b5e1f3c2 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Fri, 3 Aug 2007 15:45:41 +0000 Subject: r24162: send_trans2_replies is now static in trans2.c (This used to be commit 47261fb6fecc036cb1605f46bbe24e9b3661ff8c) --- source3/smbd/trans2.c | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'source3') diff --git a/source3/smbd/trans2.c b/source3/smbd/trans2.c index b024ab3f9b..12383c8f1f 100644 --- a/source3/smbd/trans2.c +++ b/source3/smbd/trans2.c @@ -576,14 +576,14 @@ static struct ea_list *ea_list_union(struct ea_list *name_list, struct ea_list * HACK ! Always assumes smb_setup field is zero. ****************************************************************************/ -int send_trans2_replies(const char *inbuf, - char *outbuf, - int bufsize, - const char *params, - int paramsize, - const char *pdata, - int datasize, - int max_data_bytes) +static int send_trans2_replies(const char *inbuf, + char *outbuf, + int bufsize, + const char *params, + int paramsize, + const char *pdata, + int datasize, + int max_data_bytes) { /* As we are using a protocol > LANMAN1 then the max_send variable must have been set in the sessetupX call. -- cgit