1
0
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:
Volker Lendecke
2007-07-21 21:56:33 +00:00
committed by Gerald (Jerry) Carter
parent f81f2bf480
commit dc6f4bdb7f
2 changed files with 14 additions and 6 deletions

View File

@@ -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;