#ifndef _NNTP_FEED_H_ #define _NNTP_FEED_H_ /* * Copyright (c) 1996-97, Ruslan R. Laishev (@RRL) */ int nntp_feed (WorkerContext *,char *,char *,int,char *); #endif _NNTP_FEED_H_