From ffdd118300990943b913bf05912d83cce6d53a87 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 27 Sep 2015 20:43:40 -0700 Subject: Slightly improve prototypes for Sign and Allocate. --- ldid.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp index 331c4b0..bce79a7 100644 --- a/ldid.hpp +++ b/ldid.hpp @@ -47,7 +47,7 @@ FunctorImpl fun(const Function_ &value) { typedef std::map 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); } -- cgit v1.2.3-56-ge451