aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cpha.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-03-15 22:40:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-03-15 22:40:15 +0000
commit43e8a227816dc494252696e6f1672a610b491c6f (patch)
tree789ed98d60ddf15692d18920f3b9ec8fe05e886a /epan/dissectors/packet-cpha.c
parentf5a5b3d0fe4f62b83aa5eae30d85f86719e49d59 (diff)
[-Wmissing-prototypes]
Use explicit casts. svn path=/trunk/; revision=48334
Diffstat (limited to 'epan/dissectors/packet-cpha.c')
-rw-r--r--epan/dissectors/packet-cpha.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-cpha.c b/epan/dissectors/packet-cpha.c
index 67e9482f40..ba300d036d 100644
--- a/epan/dissectors/packet-cpha.c
+++ b/epan/dissectors/packet-cpha.c
@@ -30,8 +30,8 @@
#include <epan/packet.h>
#include <epan/ipproto.h>
-void proto_register_chpa(void);
-void proto_reg_handoff_chpa(void);
+void proto_register_cpha(void);
+void proto_reg_handoff_cpha(void);
static int proto_cphap = -1;