login_time
else if ((lt = realloc(*ltptr, j * sizeof(struct login_time))) != NULL) {
static struct login_time *ltimes = NULL;
struct login_time *lt;
struct login_time *lt = NULL;