summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2013-12-23 17:50:42 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2013-12-23 17:50:42 -0800
commit8c5b623ff2633be8f4e7223a689c1f09d4c777f7 (patch)
tree1533e119129f32aadeab13857512e09ef21c5b7b /iPhonePrivate.h
parentd32f96beabb726c84dfeaa3a51bb365eded7f8f9 (diff)
Add cydia.getApplicationInfoValue() for ProTube.
Diffstat (limited to 'iPhonePrivate.h')
-rw-r--r--iPhonePrivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/iPhonePrivate.h b/iPhonePrivate.h
index 5f5ba12..08e0a33 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -430,6 +430,7 @@ extern float const UIWebViewScalesToFitScale;
// extern "C" *(); {{{
extern "C" void *reboot2(uint64_t flags);
extern "C" mach_port_t SBSSpringBoardServerPort();
+extern "C" int SBBundlePathForDisplayIdentifier(mach_port_t port, const char *identifier, char *path);
extern "C" UIImage *_UIImageWithName(NSString *name);
extern "C" void UISetColor(CGColorRef color);
// }}}