aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-turbocell.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 21:30:13 +0000
commit440a1809ccc043ade2b85d6e24d8e45744965faf (patch)
treefce0501c7c70978329154767e50c96799f2a9966 /epan/dissectors/packet-turbocell.c
parent7b4b912fb7be93c64d9a65a4803bbff143646335 (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53918
Diffstat (limited to 'epan/dissectors/packet-turbocell.c')
-rw-r--r--epan/dissectors/packet-turbocell.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-turbocell.c b/epan/dissectors/packet-turbocell.c
index 4af4a21cd8..67e54c8919 100644
--- a/epan/dissectors/packet-turbocell.c
+++ b/epan/dissectors/packet-turbocell.c
@@ -62,6 +62,9 @@
"connected stations / satellites ?", HFILL } \
}
+void proto_register_turbocell(void);
+void proto_reg_handoff_turbocell(void);
+
/* Initialize the protocol and registered fields */
static int proto_turbocell = -1;