1
0
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:
Herb Lewis
2005-04-06 16:28:04 +00:00
committed by Gerald (Jerry) Carter
parent c8f808b076
commit efea76ac71
51 changed files with 138 additions and 138 deletions

View File

@@ -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) */