mirror of
https://github.com/samba-team/samba.git
synced 2025-11-21 12:23:50 +03:00
r23986: Some const
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
f81f2bf480
commit
dc6f4bdb7f
@@ -1870,7 +1870,7 @@ struct ip_service {
|
||||
|
||||
typedef struct smb_sign_info {
|
||||
void (*sign_outgoing_message)(char *outbuf, struct smb_sign_info *si);
|
||||
BOOL (*check_incoming_message)(char *inbuf, struct smb_sign_info *si, BOOL must_be_ok);
|
||||
BOOL (*check_incoming_message)(const char *inbuf, struct smb_sign_info *si, BOOL must_be_ok);
|
||||
void (*free_signing_context)(struct smb_sign_info *si);
|
||||
void *signing_context;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user