corrected prototype of _Objects_Get_next

This commit is contained in:
Joel Sherrill
1996-09-18 20:50:58 +00:00
parent 3861130b35
commit 56e0b884f7
2 changed files with 2 additions and 2 deletions

View File

@@ -455,7 +455,7 @@ Objects_Control *
_Objects_Get_next(
Objects_Information *information,
Objects_Id id,
unsigned32 *location_p,
Objects_Locations *location_p,
Objects_Id *next_id_p
)
{

View File

@@ -455,7 +455,7 @@ Objects_Control *
_Objects_Get_next(
Objects_Information *information,
Objects_Id id,
unsigned32 *location_p,
Objects_Locations *location_p,
Objects_Id *next_id_p
)
{