aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-stat.c')
-rw-r--r--epan/dissectors/packet-stat.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-stat.c b/epan/dissectors/packet-stat.c
index 771f59274a..bdf3cd83f0 100644
--- a/epan/dissectors/packet-stat.c
+++ b/epan/dissectors/packet-stat.c
@@ -34,6 +34,9 @@
#include "packet-rpc.h"
#include "packet-stat.h"
+void proto_register_stat(void);
+void proto_reg_handoff_stat(void);
+
static header_field_info *hfi_stat = NULL;
#define STAT_HFI_INIT HFI_INIT(proto_stat)