News Access

/*
**	(c) COPYRIGHT MIT 1995.
**	Please first read the full copyright statement in the file COPYRIGH.
*/
This module is implemented by HTNews.c, and it is a part of the W3C Reference Library.
#ifndef HTNEWS_H
#define HTNEWS_H

#include "HTProt.h"

GLOBALREF HTProtocol HTNews;

extern void		HTSetNewsHost PARAMS((CONST char *value));
extern CONST char *	HTGetNewsHost NOPARAMS;
extern char *		HTNewsHost;

#endif /* HTNEWS_H */