about summary refs log tree commit diff stats
path: root/filehash.h
blob: 4f99b0eba6b1641c1980befb14ee5c8857383dc3 (plain) (blame)
1
2
3
4
5
6
7
#pragma once

typedef struct filehash_t filehash_t;

filehash_t *filehash_new(const char *hash_program, unsigned max_per_invocation);

void filehash_free(filehash_t *);