00001 00002 #ifndef HASH_H_ 00003 #define HASH_H_ 00004 00005 #include <string> 00006 using namespace std; 00007 00008 namespace il { 00009 00013 size_t string_hash(const string &s); 00014 00015 } 00016 00017 #endif /* HASH_H_ */