_MPCI_Register_packet_processor: Changed prototype of fist parameter name to the_class

This commit is contained in:
Mark Johannes
1996-08-08 12:32:50 +00:00
parent 3fd3da452b
commit 6b722e2747
3 changed files with 3 additions and 3 deletions

View File

@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
MP_packet_Classes the_object,
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);

View File

@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
MP_packet_Classes the_object,
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);

View File

@@ -200,7 +200,7 @@ void _MPCI_Initialization ( void );
*/
void _MPCI_Register_packet_processor(
MP_packet_Classes the_object,
MP_packet_Classes the_class,
MPCI_Packet_processor the_packet_processor
);