DTLS: fix no previous prototype for 'dtls_dissector_add/delete' [-Wmissing-prototypes]

Change-Id: Ib2be8c4ebbaf8492fe76632fae2b5076a44f74ce
Reviewed-on: https://code.wireshark.org/review/11653
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2015-11-09 12:10:22 +01:00 committed by Michael Mann
parent cb3dd958af
commit 51f59e1655
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#include <epan/exported_pdu.h>
#include <wsutil/str_util.h>
#include "packet-ssl-utils.h"
#include "packet-dtls.h"
void proto_register_dtls(void);