File: hash.h

package info (click to toggle)
swish-e 1.1-1
  • links: PTS
  • area: main
  • in suites: hamm, potato, slink
  • size: 380 kB
  • ctags: 340
  • sloc: ansic: 4,540; makefile: 77; sh: 12
file content (19 lines) | stat: -rwxr-xr-x 418 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
** Copyright (C) 1995, Enterprise Integration Technologies Corp.        
** All Rights Reserved.
** Kevin Hughes, kevinh@eit.com 
** 3/11/94
*/

unsigned hash();
unsigned bighash();
void readdefaultstopwords();
void addstophash();
int isstopword();
void addtofilehashlist();
long getfilenum();
void addtofwordtotals();
int gettotalwords();
void mergeresulthashlist();
void initresulthashlist();
void addStopList();