aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2016-08-25 19:47:46 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2016-08-25 19:47:46 -0700
commit9ec8439bb9c6fa330d23ffd299d716afece81d56 (patch)
tree5f750cb67ded5e49c6d5a30b70354e631f909be8 /ldid.hpp
parent476c5012c24d4d65a2d217f3f11d409c3bb090a8 (diff)
downloadldid-9ec8439bb9c6fa330d23ffd299d716afece81d56.tar.gz
ldid-9ec8439bb9c6fa330d23ffd299d716afece81d56.tar.zst
ldid-9ec8439bb9c6fa330d23ffd299d716afece81d56.zip
Store SHA256 as hash2 in files2 for CodeDirectory.
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 3ca939c..0257ff2 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -139,7 +139,7 @@ class UnionFolder :
}
};
-std::string Bundle(const std::string &root, Folder &folder, const std::string &key, std::map<std::string, std::vector<char>> &remote, const std::string &entitlements, const std::string &requirement);
+std::string Bundle(const std::string &root, Folder &folder, const std::string &key, const std::string &entitlements, const std::string &requirement);
typedef std::map<uint32_t, std::vector<char>> Slots;