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
This commit is contained in:
Guy Harris 2006-04-19 21:42:39 +00:00
parent 746598b9e9
commit 4b71578604

View file

@ -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;