/*
** $Id: rhash.h,v 1.2 2008/12/18 04:03:43 dredd Exp $
**
** $Source: /cvsroot/swlpc/swlpc/lpvm/rhash.h,v $
** $Revision: 1.2 $
** $Date: 2008/12/18 04:03:43 $
** $State: Exp $
**
** Authors: Mike McGaughey & Geoff Wong, 1993-1998
** geoff.wong@gmail.com
**
** See the file "Copying" distributed with this file.
*/
#ifndef _HASH_H
#define _HASH_H
int hashstr(char *s, int maxn, int hashs);
/* hash a string */
#endif