aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
authorTeutates <103068388+Teutates@users.noreply.github.com>2022-07-20 17:13:17 -0400
committerTeutates <103068388+Teutates@users.noreply.github.com>2022-07-20 17:13:17 -0400
commitf244584cbb226b05a323298d04022cba4c4496fa (patch)
tree5d83fde52f346a56147b683702774b6a2a920498 /ldid.hpp
parent6aa24b5090f74615d8b2a387c1b562ac5c206aef (diff)
downloadldid-f244584cbb226b05a323298d04022cba4c4496fa.tar.gz
ldid-f244584cbb226b05a323298d04022cba4c4496fa.tar.zst
ldid-f244584cbb226b05a323298d04022cba4c4496fa.zip
Allow -P to work on directories
Diffstat (limited to 'ldid.hpp')
-rw-r--r--ldid.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldid.hpp b/ldid.hpp
index 861fbb3..688b14c 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -157,7 +157,7 @@ struct Bundle {
Hash hash;
};
-Bundle Sign(const std::string &root, Folder &folder, const std::string &key, const std::string &requirements, const Functor<std::string (const std::string &, const std::string &)> &alter, bool merge, const Progress &progress);
+Bundle Sign(const std::string &root, Folder &folder, const std::string &key, const std::string &requirements, const Functor<std::string (const std::string &, const std::string &)> &alter, bool merge, uint8_t platform, const Progress &progress);
typedef std::map<uint32_t, Hash> Slots;