about summary refs log tree commit diff stats
path: root/filehash.h
blob: c52f9830ae3588c637d293a6c84e21312c85152b (plain) (blame)
1
2
3
4
5
6
7
8
9
#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 *);