Lines 20-29
Link Here
|
20 |
* with this program; if not, write to the Free Software Foundation, Inc., |
20 |
* with this program; if not, write to the Free Software Foundation, Inc., |
21 |
* 675 Mass Ave, Cambridge, MA 02139, USA. */ |
21 |
* 675 Mass Ave, Cambridge, MA 02139, USA. */ |
22 |
#include <stdio.h> |
22 |
#include <stdio.h> |
23 |
#include <malloc.h> |
23 |
#include <stdlib.h> |
24 |
|
24 |
|
25 |
static int SMBlib_errno; |
25 |
int SMBlib_errno; |
26 |
static int SMBlib_SMB_Error; |
26 |
int SMBlib_SMB_Error; |
27 |
#define SMBLIB_ERRNO |
27 |
#define SMBLIB_ERRNO |
28 |
#define uchar unsigned char |
28 |
#define uchar unsigned char |
29 |
#include "smblib-priv.h" |
29 |
#include "smblib-priv.h" |
Lines 32-38
Link Here
|
32 |
|
32 |
|
33 |
#include <signal.h> |
33 |
#include <signal.h> |
34 |
|
34 |
|
35 |
static SMB_State_Types SMBlib_State; |
35 |
SMB_State_Types SMBlib_State; |
36 |
|
36 |
|
37 |
/* Initialize the SMBlib package */ |
37 |
/* Initialize the SMBlib package */ |
38 |
static int |
38 |
static int |