aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-umts_fp.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-12-10 19:50:20 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-12-10 19:50:20 +0000
commit9bdd3bbde1dbdfbeee75915d9ca7cc95233523e6 (patch)
tree6de35c249a707e58c20f62562c93a8ca0c666315 /epan/dissectors/packet-umts_fp.c
parent17a67c3b5cb80619ab7e1260a05a28e888cee09e (diff)
- Forward declaration of register functions.
svn path=/trunk/; revision=53911
Diffstat (limited to 'epan/dissectors/packet-umts_fp.c')
-rw-r--r--epan/dissectors/packet-umts_fp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-umts_fp.c b/epan/dissectors/packet-umts_fp.c
index 2692abb5f4..1b7d511430 100644
--- a/epan/dissectors/packet-umts_fp.c
+++ b/epan/dissectors/packet-umts_fp.c
@@ -52,8 +52,8 @@
* for channels that doesn't have the C/T flag! This should be based
* on the RRC message RadioBearerSetup.
*/
-void proto_register_umts_fp(void);
-void proto_reg_handoff_umts_fp(void);
+void proto_register_fp(void);
+void proto_reg_handoff_fp(void);
/* Initialize the protocol and registered fields. */