From a0c715e9c070b60702407b8713b3874593ff833d Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 27 Sep 2015 15:02:22 -0700 Subject: Rename resign to Sign and put into ldid namespace. --- ldid.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 ldid.hpp (limited to 'ldid.hpp') diff --git a/ldid.hpp b/ldid.hpp new file mode 100644 index 0000000..ad85f03 --- /dev/null +++ b/ldid.hpp @@ -0,0 +1,17 @@ +#ifndef LDID_HPP +#define LDID_HPP + +#include +#include +#include +#include + +namespace ldid { + +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); + +} + +#endif//LDID_HPP -- cgit v1.2.3