uint32_t childId,
uint32_t newMotherId,
uint32_t newFatherId,
{
db, KEY_ADULT_ADULT_ID, &newMotherId, sizeof (newMotherId), &newMother);
{
db, KEY_ADULT_ADULT_ID, &newFatherId, sizeof (newFatherId),
&newFather);
}
{
db, KEY_CHILD_CHILD_ID, &childId, sizeof (childId), &child);
}
{
}
{
}
return rc;
}