/* Simple BBC News ticker client
 * (c) Darren Salt
 * GPL applies
 * $Id: fetchers.h,v 1.1.1.1 2003/03/10 23:31:08 ds Exp $
 */

#ifndef _Ticker_FETCHERS_H_
#define _Ticker_FETCHERS_H_

#include "fetch.h"

extern const struct server
  fetcher_bbc,
  fetcher_rdf;

int find_server (const char *);

#endif
