aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.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-skinny.c
parentb4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53941
Diffstat (limited to 'epan/dissectors/packet-skinny.c')
-rw-r--r--epan/dissectors/packet-skinny.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-skinny.c b/epan/dissectors/packet-skinny.c
index acbb60ae4a..6991b398ae 100644
--- a/epan/dissectors/packet-skinny.c
+++ b/epan/dissectors/packet-skinny.c
@@ -47,6 +47,9 @@
#include "packet-ssl.h"
#include "packet-skinny.h"
+void proto_register_skinny(void);
+void proto_reg_handoff_skinny(void);
+
#define TCP_PORT_SKINNY 2000
#define SSL_PORT_SKINNY 2443 /* IANA assigned to PowerClient Central Storage Facility */