#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 *);