+2007-09-18 Geoffrey Garen <ggaren@apple.com>
+
+ Build fix. Ran update-webkitsysteminterface script.
+
+ * WebKitSystemInterface.h:
+ * libWebKitSystemInterface.a:
+
2007-08-28 Anders Carlsson <andersca@apple.com>
Add WKSetNSURLRequestShouldContentSniff.
/*
WebKitSystemInterface.h
- Copyright (C) 2005, 2006 Apple Computer, Inc. All rights reserved.
+ Copyright (C) 2005, 2006, 2007 Apple Inc. All rights reserved.
Public header file.
*/
WKCertificateParseResultPKCS7 = 2,
} WKCertificateParseResult;
-NSString *WKCreateURLPasteboardFlavorTypeName(void);
-NSString *WKCreateURLNPasteboardFlavorTypeName(void);
-
CFStringRef WKCopyCFLocalizationPreferredName(CFStringRef localization);
CFStringRef WKSignedPublicKeyAndChallengeString(unsigned keySize, CFStringRef challenge, CFStringRef keyDescription);
WKCertificateParseResult WKAddCertificatesToKeychainFromData(const void *bytes, unsigned length);
int WKQTMovieDataRate(QTMovie* movie);
float WKQTMovieMaxTimeLoaded(QTMovie* movie);
+CFStringRef WKCopyFoundationCacheDirectory(void);
+
#ifdef __cplusplus
}
#endif