Diff for /libaitcrc/inc/aitcrc.h between versions 1.3.2.1 and 1.3.2.2

version 1.3.2.1, 2010/06/13 16:29:02 version 1.3.2.2, 2010/09/28 08:40:53
Line 125  inline u_int hash_bernstein(const char *csStr, int nSt Line 125  inline u_int hash_bernstein(const char *csStr, int nSt
 */  */
 inline u_int hash_jenkins(const char *csStr, int nStrLen);  inline u_int hash_jenkins(const char *csStr, int nStrLen);
 /*  /*
    * hash_reddragon() Compute index hash by Red Dragon
    * @csStr = Input data buffer
    * @nStrLen = Length of data buffer
    * return: Hash value
   */
   inline u_int hash_reddragon(const char *csStr, int nStrLen);
   /*
  * hash_fnv1() Compute index hash by FNV-1   * hash_fnv1() Compute index hash by FNV-1
  * @csStr = Input data buffer   * @csStr = Input data buffer
  * @nStrLen = Length of data buffer   * @nStrLen = Length of data buffer

Removed from v.1.3.2.1  
changed lines
  Added in v.1.3.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>