summaryrefslogtreecommitdiffstats
path: root/hash.h
blob: 39a0164be32256fef2737c7f15a2b4c57f977569 (plain)
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