static long OggRageFile_tell_func( void *datasource )
{
	RageFile *f = (RageFile *) datasource;
	return f->Tell();
}