From 58b9595babebdeb42cd6ffdc2b12e54b46964127 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 4 Jul 2010 18:02:19 +0200 Subject: s3: Add missing prototype for smb2_opcode_name --- source3/smbd/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 435936ea0a..43f74628c5 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -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); -- cgit