From b623f5953691b2a0614e6f1f4def86bdbb9a4113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Sat, 8 Aug 2020 11:53:00 +0200 Subject: New upstream version 5.2.0Beta2.1 --- app/bin/manifest.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 app/bin/manifest.h (limited to 'app/bin/manifest.h') diff --git a/app/bin/manifest.h b/app/bin/manifest.h new file mode 100644 index 0000000..8e751f0 --- /dev/null +++ b/app/bin/manifest.h @@ -0,0 +1,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 -- cgit v1.2.3