mirror of
https://github.com/obarthel/amiga-smbfs.git
synced 2025-12-08 14:58:35 +00:00
Updated to version 1.143
Please keep in mind that this is still a development version and might surprise you (not necessarily in a good way). Do not let me discourage you to build and test this version, although there will be some risks involved such as data corruption or loss of data.
This commit is contained in:
@@ -75,6 +75,7 @@ int smb_proc_dskattr (struct smb_server *server, struct smb_dskattr *attr, int *
|
||||
int smb_proc_connect(struct smb_server *server, int * error_ptr);
|
||||
|
||||
/* sock.c */
|
||||
int smb_discard_netbios_frames(struct smb_server *server, int sock_fd, int * error_ptr);
|
||||
void smb_check_server_connection(struct smb_server *server, int error);
|
||||
void smb_release(struct smb_server *server);
|
||||
int smb_connect(struct smb_server *server, int * error_ptr);
|
||||
|
||||
@@ -58,7 +58,7 @@ struct smb_server
|
||||
int dont_retry;
|
||||
|
||||
/* olsen (2018-05-18): Override the "Native OS" name passed to the server. */
|
||||
char * native_os;
|
||||
const char * native_os;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user