int UJGetType()

in src/ujdecode.c [629:632]


int UJGetType(UJObject obj)
{
	return ((Item *) obj)->type;
}