ccutil/hashfn.h

Go to the documentation of this file.
00001 
00020 #ifndef           HASHFN_H
00021 #define           HASHFN_H
00022 
00023 #include          "host.h"
00024 
00025 INT32 hash(               //hash function
00026            INT32 bits,    //bits in hash function
00027            void *key,     //key to hash
00028            INT32 keysize  //size of key
00029           );
00030 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1