From ab6f9549f0cd53ee905e5492d3826641c4884350 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Sat, 4 Oct 2014 16:59:42 +0200 Subject: DCERPC (butc): fix warning: no previous prototype for ... [-Wmissing-prototypes] Fix a typo in last patch and regenerate file Change-Id: Id9083edd797af97d72a872187a0d0b5750e04547 Reviewed-on: https://code.wireshark.org/review/4453 Reviewed-by: Anders Broman --- epan/dissectors/packet-dcerpc-butc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/packet-dcerpc-butc.c') diff --git a/epan/dissectors/packet-dcerpc-butc.c b/epan/dissectors/packet-dcerpc-butc.c index 6587447c1f..f6e1ecf349 100644 --- a/epan/dissectors/packet-dcerpc-butc.c +++ b/epan/dissectors/packet-dcerpc-butc.c @@ -35,8 +35,8 @@ #include "packet-windows-common.h" #include "packet-dcerpc-butc.h" -void proto_register_budc(void); -void proto_reg_handoff_budc(void); +void proto_register_butc(void); +void proto_reg_handoff_butc(void); static int proto_butc = -1; -- cgit v1.2.1