cursor/shutdownClub.c
{
RDM_RETCODE rc;
rc = rdm_cursorDeleteRow (club);
{
printf ("Club shut down\n");
}
{
printf ("Club still has members and can therefor not be shut down\n");
rc = sOKAY;
}
return rc;
}