aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-04-19 21:42:39 +0000
committerGuy Harris <guy@alum.mit.edu>2006-04-19 21:42:39 +0000
commit4b71578604cd5836cc8cabf8018f445116717557 (patch)
treef41fe645b90c53df907d4229fabb00fad3c37420 /plugins
parent746598b9e9206960b2e5e7249c53a8c9592dab1a (diff)
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
Diffstat (limited to 'plugins')
-rw-r--r--plugins/docsis/packet-ucd.c4
1 files changed, 2 insertions, 2 deletions
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;