summaryrefslogtreecommitdiff
path: root/epan/dissectors/dcerpc
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-10-04 16:59:42 +0200
committerAnders Broman <a.broman58@gmail.com>2014-10-04 16:14:28 +0000
commitab6f9549f0cd53ee905e5492d3826641c4884350 (patch)
treebea4a1760b0bcd08fe0641732c183655f21f4e51 /epan/dissectors/dcerpc
parentf1ba16a2dcd3f730abcd2e4017163717f71304a5 (diff)
downloadwireshark-ab6f9549f0cd53ee905e5492d3826641c4884350.tar.gz
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 <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/dcerpc')
-rw-r--r--epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c b/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c
index 8ed0124383..686994bcf2 100644
--- a/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.c
+++ b/epan/dissectors/dcerpc/butc/packet-dcerpc-butc-template.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;
ETH_HF