How can I return to loop from another function?

I have it setup like this:

void setup() {

somecode
}

void loop() {

somecode
}

void somefunction() {

return to loop
}