File: hash.h

package info (click to toggle)
simhash 0.0.20150404-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 148 kB
  • ctags: 68
  • sloc: ansic: 684; makefile: 33; sh: 20
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(uint32_t);
extern void hash_insert(uint32_t);
extern int hash_delete(uint32_t);