read_response is static (clashes with http.c read_response)

This commit is contained in:
Kelvin Sherlock 2014-08-21 12:31:00 -04:00
parent 1d17766135
commit 1c381e5a23
1 changed files with 1 additions and 1 deletions

2
smb.c
View File

@ -26,7 +26,7 @@
static struct smb2_header_sync header;
Handle read_response(Word ipid)
static Handle read_response(Word ipid)
{
static srBuff sr;
static rrBuff rb;