#ifndef __TR_HASHING_H__ #define __TR_HASHING_H__ #include "tr/sdbm.h" #include "tr/sha1.h" #include "tr/uuid.h" #include "tr/hexencode.h" #endif // __TR_HASHING_H__ // vim: set ts=4 sw=4: