summaryrefslogtreecommitdiff
path: root/iPhonePrivate.h
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2010-12-02 16:00:57 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2010-12-03 01:19:13 -0800
commitbb0fe3c941d750de3587298bee36d07ff92debda (patch)
tree1fc15adf4beb9c27bbeaba810ac0443a990d133f /iPhonePrivate.h
parent0e371502fd57d5754c54d36d7ec29e8ef5bc6ae1 (diff)
Use reboot2() instead of system("reboot").
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 9778f9d..fd834c4 100644
--- a/iPhonePrivate.h
+++ b/iPhonePrivate.h
@@ -350,6 +350,7 @@ extern float const UIWebViewGrowsAndShrinksToFitHeight;
extern float const UIWebViewScalesToFitScale;
// }}}
// extern "C" *(); {{{
+extern "C" void *reboot2(uint64_t flags);
extern "C" mach_port_t SBSSpringBoardServerPort();
extern "C" UIImage *_UIImageWithName(NSString *name);
extern "C" void UISetColor(CGColorRef color);