1 2 3 4 5 6 7 8 9
#ifndef HASH_H #define HASH_H #include "hash-ll.h" #include "repository.h" #define the_hash_algo the_repository->hash_algo #endif