aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppp.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-12-21 09:35:50 +0100
committerMichael Mann <mmann78@netscape.net>2015-12-21 13:31:12 +0000
commit24d3af8a1aa823758576487eede2654099592380 (patch)
treeccf97d578ac4611d7f419a701e6edc527519017b /epan/dissectors/packet-ppp.c
parent99a806376809c95f1fe57673762ef7ba5975f158 (diff)
PPP: fix no previous prototype for 'proto_reg_handoff_bcp_bpdu/ncp' [-Wmissing-prototypes]
Change-Id: I4a90d1b2dbd5af4222ca4206f1c701842aa0d424 Reviewed-on: https://code.wireshark.org/review/12774 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'epan/dissectors/packet-ppp.c')
-rw-r--r--epan/dissectors/packet-ppp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ppp.c b/epan/dissectors/packet-ppp.c
index dbf5c23654..b9d2b0893f 100644
--- a/epan/dissectors/packet-ppp.c
+++ b/epan/dissectors/packet-ppp.c
@@ -64,7 +64,9 @@ void proto_reg_handoff_vsnp(void);
void proto_register_ipcp(void);
void proto_reg_handoff_ipcp(void);
void proto_register_bcp_bpdu(void);
+void proto_reg_handoff_bcp_bpdu(void);
void proto_register_bcp_ncp(void);
+void proto_reg_handoff_bcp_ncp(void);
void proto_register_osinlcp(void);
void proto_reg_handoff_bcp(void);
void proto_reg_handoff_osinlcp(void);