aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-slsk.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-11 19:46:38 +0000
commit7a5d4ed4da109d78daa78e40609dd291400797f4 (patch)
tree4b58400157034acf7962c5588d7916eac6f310cb /epan/dissectors/packet-slsk.c
parentb4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53941
Diffstat (limited to 'epan/dissectors/packet-slsk.c')
-rw-r--r--epan/dissectors/packet-slsk.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-slsk.c b/epan/dissectors/packet-slsk.c
index 4cc5201cae..f2cfa7f2b7 100644
--- a/epan/dissectors/packet-slsk.c
+++ b/epan/dissectors/packet-slsk.c
@@ -42,6 +42,9 @@
#include <epan/expert.h>
#include "packet-tcp.h"
+void proto_register_slsk(void);
+void proto_reg_handoff_slsk(void);
+
/* Initialize the protocol and registered fields */
static int proto_slsk = -1;