aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sgsap.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-sgsap.c
parentb4020a83d14c4aa6d5a31ce9957cb7f1aaddcf58 (diff)
- Make local functions static.
- Forward declaration of register functions. svn path=/trunk/; revision=53941
Diffstat (limited to 'epan/dissectors/packet-sgsap.c')
-rw-r--r--epan/dissectors/packet-sgsap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sgsap.c b/epan/dissectors/packet-sgsap.c
index 1e4109cc43..abf13ae5cc 100644
--- a/epan/dissectors/packet-sgsap.c
+++ b/epan/dissectors/packet-sgsap.c
@@ -44,6 +44,8 @@
*/
#define SCTP_PORT_SGSAP 29118
+void proto_register_sgsap(void);
+void proto_reg_handoff_sgsap(void);
/* Global variables */
static dissector_handle_t gsm_a_dtap_handle;