NSTimeInterval WKGetNSURLResponseCalculatedExpiration(NSURLResponse *response);
BOOL WKGetNSURLResponseMustRevalidate(NSURLResponse *response);
-CFStringEncoding WKGetWebDefaultCFStringEncoding();
+CFStringEncoding WKGetWebDefaultCFStringEncoding(void);
-float WKSecondsSinceLastInputEvent();
\ No newline at end of file
+float WKSecondsSinceLastInputEvent();
+CGColorSpaceRef WKCreateUncorrectedRGBColorSpace();
+CGColorSpaceRef WKCreateUncorrectedGrayColorSpace();
+CFStringRef WKPreferRGB32Key();
+
+void WKSetNSURLConnectionDefersCallbacks(NSURLConnection *connection, BOOL defers);
+float WKSecondsSinceLastInputEvent(void);
+
+void WKShowKeyAndMain(void);
+OSStatus WKSyncWindowWithCGAfterMove(WindowRef);
+unsigned WKCarbonWindowMask(void);
+void *WKGetNativeWindowFromWindowRef(WindowRef);
+OSType WKCarbonWindowPropertyCreator(void);
+OSType WKCarbonWindowPropertyTag(void);
+
+typedef id WKNSURLConnectionDelegateProxyPtr;
+
+WKNSURLConnectionDelegateProxyPtr WKCreateNSURLConnectionDelegateProxy();
+
+void WKDisableCGDeferredUpdates();
+
+Class WKNSURLProtocolClassForReqest(NSURLRequest *request);
+
+unsigned WKGetNSAutoreleasePoolCount();
+
+NSString *WKMouseMovedNotification();
+BOOL WKMouseIsDown();
+void WKSetNSWindowShouldPostEventNotifications(NSWindow *window, BOOL post);