fetch_fileno
if ((ssl = fetch_start_ssl(fetch_fileno(fin), oui->host)) == NULL)
if (fstat(fetch_fileno(fin), &sb) == 0) {
if (lseek(fetch_fileno(fin), restart_point, SEEK_SET)
int fetch_fileno(struct fetch_connect *);