home *** CD-ROM | disk | FTP | other *** search
- /* 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 */
-
-