_MPCI_Register_packet_processor: changed protoype first parameter type to MP_packet_Classes

This commit is contained in:
Mark Johannes
1996-08-08 12:35:20 +00:00
parent 6b722e2747
commit b67f5bfb91
2 changed files with 2 additions and 2 deletions

View File

@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
}
void _MPCI_Register_packet_processor(
Objects_Classes the_class,
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
)

View File

@@ -57,7 +57,7 @@ void _MPCI_Initialization ( void )
}
void _MPCI_Register_packet_processor(
Objects_Classes the_class,
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
)