aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sametime.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-12 06:11:05 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-12 06:11:05 +0000
commitb781d6c99dd2c773476c5741fdc7bea1c7b85f15 (patch)
treed6bbb1b8bc15d954a4157ced7e8ac9152dd47708 /epan/dissectors/packet-sametime.c
parent018157cbb66cf75f1c5b58bd4d536ccd048dbd04 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53958
Diffstat (limited to 'epan/dissectors/packet-sametime.c')
-rw-r--r--epan/dissectors/packet-sametime.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sametime.c b/epan/dissectors/packet-sametime.c
index dba4821a0e..4b83abfe78 100644
--- a/epan/dissectors/packet-sametime.c
+++ b/epan/dissectors/packet-sametime.c
@@ -34,6 +34,9 @@
#define DEFAULT_SAMETIME_PORT 1533
+void proto_register_sametime(void);
+void proto_reg_handoff_sametime(void);
+
static int proto_sametime = -1;
static guint global_sametime_port = DEFAULT_SAMETIME_PORT;
static dissector_handle_t sametime_handle;