/* Simple BBC News ticker client
 * (c) Darren Salt
 * GPL applies
 * $Id: save.h,v 1.2 2003/04/10 19:54:11 ds Exp $
 */

#ifndef _Ticker_HTML_H_
#define _Ticker_HTML_H_

int ticker_html (const char []);
int ticker_text (const char []);
int save_type (int);
int do_save (int, const char [], const struct story *, int);

#endif
