File: hash.h

package info (click to toggle)
simhash 0.0.20090101-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 92 kB
  • ctags: 61
  • sloc: ansic: 540; makefile: 17; sh: 12
file content (10 lines) | stat: -rw-r--r-- 278 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
/*
 * Copyright (c) 2005-2007 Bart Massey
 * ALL RIGHTS RESERVED
 * Please see the file COPYING in this directory for license information.
 */

extern void hash_reset(int);
extern int hash_contains(unsigned);
extern void hash_insert(unsigned);
extern int hash_delete(unsigned);