File: hash.h

package info (click to toggle)
koala 0.3.2a-4
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,036 kB
  • ctags: 581
  • sloc: ansic: 29,450; makefile: 1,664; xml: 11
file content (14 lines) | stat: -rw-r--r-- 477 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*  @(#) hash.h 1.1 @(#)  */
/***************************************************************\
*	Copyright (c) 1999-2000 First Step Internet Services, Inc.
*		All Rights Reserved
*
*	Module: HASH
\***************************************************************/

#ifndef _KOALAMUD_HASH_H
#define _KOALAMUD_HASH_H "@(#) nitehawk@localhost.1ststep.net|include/hash.h|20000923203336|26724 @(#)"

unsigned int genhashfromstr(char *str, int strlen, unsigned int tablesize);

#endif