Iterators
while (SE_GetNextObject(iterator, &next_object, &next_link_object)
if (SE_IdentifyObject( next_object, &next_object_tag) != SE_SUCCESS)
fprintf(stderr, "Fatal Error - Can't identify object!\n");
SE_FreeObject(next_link_object);
SE_FreeObject(next_object);