From 0e371502fd57d5754c54d36d7ec29e8ef5bc6ae1 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 2 Dec 2010 06:23:02 -0800 Subject: Prefer SBReboot() (when available) to system("reboot"). --- iPhonePrivate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'iPhonePrivate.h') diff --git a/iPhonePrivate.h b/iPhonePrivate.h index e6a79dc..9778f9d 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -350,6 +350,7 @@ extern float const UIWebViewGrowsAndShrinksToFitHeight; extern float const UIWebViewScalesToFitScale; // }}} // extern "C" *(); {{{ +extern "C" mach_port_t SBSSpringBoardServerPort(); extern "C" UIImage *_UIImageWithName(NSString *name); extern "C" void UISetColor(CGColorRef color); // }}} -- cgit v1.2.3