aboutsummaryrefslogtreecommitdiffstats
path: root/ldid.hpp
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2015-09-27 20:43:40 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2015-09-27 20:46:17 -0700
commitffdd118300990943b913bf05912d83cce6d53a87 (patch)
tree131978457b667c86244914c991966fca506fc1a4 /ldid.hpp
parentfc7a76da83a188e9d3d49b8b37713c77f268f7d9 (diff)
downloadldid-ffdd118300990943b913bf05912d83cce6d53a87.tar.gz
ldid-ffdd118300990943b913bf05912d83cce6d53a87.tar.zst
ldid-ffdd118300990943b913bf05912d83cce6d53a87.zip
Slightly improve prototypes for Sign and Allocate.
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 331c4b0..bce79a7 100644
--- a/ldid.hpp
+++ b/ldid.hpp
@@ -47,7 +47,7 @@ FunctorImpl<decltype(&Function_::operator())> fun(const Function_ &value) {
typedef std::map<uint32_t, std::string> Slots;
-void Sign(void *idata, size_t isize, std::streambuf &output, const std::string &name, const std::string &entitlements, const std::string &key, const Slots &slots);
+void Sign(const void *idata, size_t isize, std::streambuf &output, const std::string &identifier, const std::string &entitlements, const std::string &key, const Slots &slots);
}