⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 htnews.h

📁 firtext搜索引擎源码
💻 H
字号:
/*    					W3C Sample Code Library libwww NNTP State Machine!  NNTP State Machine!*//***	(c) COPYRIGHT MIT 1995.**	Please first read the full copyright statement in the file COPYRIGH.*//*This is the News/NNTP client module that handles all communication withNews/NNTP-servers.This module is implemented by HTNews.c, and it isa part of the W3C Sample CodeLibrary.*/#ifndef HTNEWS_H#define HTNEWS_H#include "HTProt.h"/*We define the max NNTP line as rather long as the result coming from aXOVER command needs it. If the line is longer then it is chopped,but we will almost have received the information we're looking for.*/#ifndef NEWS_PORT#define NEWS_PORT		119			       /* See rfc977 */#endif#define MAX_NEWS_LINE		4096extern HTProtCallback HTLoadNews;/*(  Setting Number of Articles to Show)You can set the number of news articles to be shown at a time. If you setthe number to none (0) then all articles are shownat once. This is also the default behavior.*/extern BOOL HTNews_setMaxArticles (int new_max);extern int HTNews_maxArticles (void);/**/#endif /* HTNEWS_H *//*    @(#) $Id: HTNews.html,v 2.29 1998/05/14 02:10:52 frystyk Exp $*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -