mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
s3: Add missing prototype for smb2_opcode_name
This commit is contained in:
parent
0220246c26
commit
58b9595bab
@ -245,6 +245,7 @@ void smbd_server_connection_terminate_ex(struct smbd_server_connection *sconn,
|
||||
#define smbd_server_connection_terminate(sconn, reason) \
|
||||
smbd_server_connection_terminate_ex(sconn, reason, __location__)
|
||||
|
||||
const char *smb2_opcode_name(uint16_t opcode);
|
||||
bool smbd_is_smb2_header(const uint8_t *inbuf, size_t size);
|
||||
|
||||
void reply_smb2002(struct smb_request *req, uint16_t choice);
|
||||
|
Loading…
Reference in New Issue
Block a user