mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Updated to version 1.116
This commit is contained in:
@@ -18,9 +18,6 @@
|
||||
|
||||
#include <netinet/in.h>
|
||||
|
||||
#define SMB_HEADER_LEN 37 /* includes everything up to, but not
|
||||
including smb_bcc */
|
||||
|
||||
/* This structure is used to pass the arguments to smb_proc_lockingX
|
||||
*/
|
||||
struct smb_lkrng
|
||||
|
||||
@@ -32,7 +32,9 @@ struct smb_server
|
||||
|
||||
unsigned short rcls; /* The error codes we received */
|
||||
unsigned short err;
|
||||
|
||||
unsigned char *packet;
|
||||
int packet_size; /* Amount of memory allocated for packet */
|
||||
|
||||
int security_mode;
|
||||
int crypt_key_length;
|
||||
|
||||
Reference in New Issue
Block a user