ftp.nice.ch/pub/next/connectivity/infosystems/WAIStation.1.9.6.N.b.tar.gz#/WAIS/ir/irinv.h

This is irinv.h in view mode; [Download] [Up]

/* WIDE AREA INFORMATION SERVER SOFTWARE:
   No guarantees or restrictions.  See the readme file for the full standard
   disclaimer.

   Brewster@think.com
*/

/* include file for irfiles.c */

#ifndef IRINV_H
#define IRINV_H

#include "irfiles.h" /* for database */

long allocate_index_block _AP((long how_large, FILE* stream));

void flush_memory_hashtable_to_disk _AP((database* db, boolean completely));

long read_dictionary_index_block
  _AP((long index_block,long* last_index_block,long* index_block_size,
       long* number_of_occurances,char* word,FILE* stream));

long write_dictionary_index_block _AP((long number_of_occurances,
				       char* word,FILE* stream));


#endif /* ndef IRINV_H */

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.