From 4b71578604cd5836cc8cabf8018f445116717557 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Wed, 19 Apr 2006 21:42:39 +0000 Subject: Fix the register and register-handoff routines to have the standard format, so the script that generates plugin.c will generate code to call them. svn path=/trunk/; revision=17917 --- plugins/docsis/packet-ucd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/docsis') diff --git a/plugins/docsis/packet-ucd.c b/plugins/docsis/packet-ucd.c index 571a849467..30d2cf2aa0 100644 --- a/plugins/docsis/packet-ucd.c +++ b/plugins/docsis/packet-ucd.c @@ -656,7 +656,7 @@ static void void - proto_register_docsis_ucd (void) +proto_register_docsis_ucd (void) { /* Setup list of header fields See Section 1.6.1 for details*/ @@ -827,7 +827,7 @@ void create the code that calls these routines. */ void - proto_reg_handoff_docsis_ucd (void) +proto_reg_handoff_docsis_ucd (void) { dissector_handle_t docsis_ucd_handle; -- cgit v1.2.3