bpsec: fix warning about -Wprototypes (proto_register/reg_handoff_bpsec

This commit is contained in:
Alexis La Goutte 2022-01-06 15:27:25 +00:00 committed by Jaap Keuter
parent 22de61a063
commit 95ef3a2d45
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@
#include <inttypes.h>
#include "epan/wscbor.h"
void proto_register_bpsec(void);
void proto_reg_handoff_bpsec(void);
/// Glib logging "domain" name
//static const char *LOG_DOMAIN = "bpsec";