summaryrefslogtreecommitdiff
path: root/manifest.h
blob: f6e9a4a6394d3653e940de645337862cd7068a6f (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef MANIFEST_H
#define MANIFEST_H

#include "hashutil.h"
#include "hashtable.h"

struct file_hash *manifest_get(const char *manifest_path);
int manifest_put(const char *manifest_path, struct file_hash *object_hash,
                 struct hashtable *included_files);

#endif