aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tfp.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-tfp.c')
-rw-r--r--epan/dissectors/packet-tfp.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tfp.c b/epan/dissectors/packet-tfp.c
index e8b50d85c8..3ce040fae4 100644
--- a/epan/dissectors/packet-tfp.c
+++ b/epan/dissectors/packet-tfp.c
@@ -38,6 +38,9 @@
#define BASE58_MAX_STR_SIZE 13
+void proto_reg_handoff_tfp(void);
+void proto_register_tfp(void);
+
/* variables for creating the tree */
static gint proto_tfp = -1;
static gint ett_tfp = -1;