diff options
Diffstat (limited to 'manifest.h')
-rw-r--r-- | manifest.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/manifest.h b/manifest.h new file mode 100644 index 0000000..80333e7 --- /dev/null +++ b/manifest.h @@ -0,0 +1,11 @@ +#ifndef MANIFEST_H +#define MANIFEST_H + +#include "hashutil.h" +#include "hashtable.h" + +struct file_hash *manifest_get(const char *manifest_path); +bool manifest_put(const char *manifest_path, struct file_hash *object_hash, + struct hashtable *included_files); + +#endif |