1
0
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:
Volker Lendecke 2010-07-04 18:02:19 +02:00
parent 0220246c26
commit 58b9595bab

View File

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