SDL Video modes without refresh rate

Hello guys!

If I have two resolutions and I want to select one of them by the refresh rate, how can I do this with SDL?
At documentation, the ||SDL_Surface *SDL_SetVideoMode|(int width, int height, int bpp, Uint32 flags);
cannot accept refresh rate as parameter.|

This can be implemented?

Thanks in advance!