This is ir.h in view mode; [Download] [Up]
/* WIDE AREA INFORMATION SERVER SOFTWARE No guarantees or restrictions. See the readme file for the full standard disclaimer. 3.26.90 Harry Morris, morris@think.com */ /*----------------------------------------------------------------------*/ /* This code implements a simple Z39.50+WAIS server, which consults a local database useing Brewster's search engine. The main routine is interpret_buffer() which reads the contents of a receive buffer, and writes results back to a send buffer. */ /*----------------------------------------------------------------------*/ #ifndef IR_H #define IR_H #include "cdialect.h" #ifdef __cplusplus /* declare these as C style functions */ extern "C" { #endif /* def __cplusplus */ long interpret_buffer _AP((char* receiveBuffer,long receiveBufLen, char* sendBuffer,long sendBufLen, long* maxBufferSize, long waisProtocolVersion, char *index_directory)); #ifdef __cplusplus } #endif /* def __cplusplus */ #endif /* ndef IR_H */
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.