summaryrefslogtreecommitdiff
path: root/app/bin/manifest.h
blob: 8e751f0984bf7ec3173585233e8b6e45e48c2054 (plain)
1
2
3
4
5
6
#ifndef HAVE_MANIFEST_H
#define HAVE_MANIFEST_H
	char* CreateManifest(char* nameOfLayout, char* background,
						 char* DependencyDir);
	char* ParseManifest(char* manifest, char* zip_directory);
#endif