00001 #ifndef NPS_PJW_HASH_H
00002 #define NPS_PJW_HASH_H
00003
00004 #if !defined BUILDING_NPS_PJW_HASH && !defined NPS_SMALL
00005 # define NPS_PJW_HASH_LKG static inline
00006 #else
00007 # define NPS_PJW_HASH_LKG
00008 #endif
00009
00010 #include <stdint.h>
00011
00012 #define NPS_HASH_32SIZE
00013
00014 NPS_PJW_HASH_LKG uint32_t nps_pjw_hash(const char * input);
00015
00016 #endif