summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-teamspeak2.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-teamspeak2.c
parent7b4b912fb7be93c64d9a65a4803bbff143646335 (diff)
downloadwireshark-440a1809ccc043ade2b85d6e24d8e45744965faf.tar.gz
- Forward declaration of register functions.
svn path=/trunk/; revision=53918
Diffstat (limited to 'epan/dissectors/packet-teamspeak2.c')
-rw-r--r--epan/dissectors/packet-teamspeak2.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-teamspeak2.c b/epan/dissectors/packet-teamspeak2.c
index 1c5f3eca46..9dea2b14ff 100644
--- a/epan/dissectors/packet-teamspeak2.c
+++ b/epan/dissectors/packet-teamspeak2.c
@@ -106,6 +106,8 @@
#define TS2_STATUS_MUTEMICROPHONE 16
#define TS2_STATUS_MUTE 32
+void proto_reg_handoff_teamspeak2(void);
+void proto_register_teamspeak2(void);
static int hf_msg_fragments = -1;
static int hf_msg_fragment = -1;