📄 htwais.h
字号:
/* W3C Sample Code Library libwww WAIS Gateway! WAIS Gateway Interface!*//*** (c) COPYRIGHT MIT 1995.** Please first read the full copyright statement in the file COPYRIGH.*//*This module does not actually perform the WAIS protocol directly, but itdoes using one or more libraries of the freeWAIS distribution. The ui.a librarycame with the old free WAIS from TMC, the client.a and wais.a libraries areneeded from the freeWAIS from CNIDR.If you include this module in the library, you must also o Compile the Library by including the --with-wais directive in the configure script. o Have the WAIS Library available The wais source files are parsed by a separate and independent module,HTWSRC. You can include HTWSRC withoutincluding direct wais using this module, and your WWW code will be able toread source files, and access WAIS indexes through a gateway.A WAIS-WWW gateway is just a normalWeb server with a libwww compiled with this module.This module is implemented by HTWAIS.c, and it isa part of the W3C Sample CodeLibrary.*/#ifndef HTWAIS_H#define HTWAIS_H#include "HTEvent.h"/*. Control Flags.The number of lines handled from a WAIS search is determined by this variable.The default value is 100 (this is defined in the module)*/extern int HTMaxWAISLines;extern HTProtCallback HTLoadWAIS;/**/#endif/* @(#) $Id: HTWAIS.html,v 2.27 1998/05/14 02:11:17 frystyk Exp $*/
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -