mirror of
https://github.com/samba-team/samba.git
synced 2025-11-26 04:23:49 +03:00
r6225: get rid of warnings from my compiler about nested externs
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
c8f808b076
commit
efea76ac71
@@ -22,6 +22,8 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
extern int smb_read_error;
|
||||
|
||||
/****************************************************************************
|
||||
Change the timeout (in milliseconds).
|
||||
****************************************************************************/
|
||||
@@ -81,7 +83,6 @@ static BOOL client_receive_smb(int fd,char *buffer, unsigned int timeout)
|
||||
|
||||
BOOL cli_receive_smb(struct cli_state *cli)
|
||||
{
|
||||
extern int smb_read_error;
|
||||
BOOL ret;
|
||||
|
||||
/* fd == -1 causes segfaults -- Tom (tom@ninja.nl) */
|
||||
|
||||
Reference in New Issue
Block a user