From: Jay Freeman (saurik) Date: Thu, 10 Mar 2011 13:08:34 +0000 (-0800) Subject: Support the iOS 3.2 SDK. X-Git-Tag: v1.1.0%b4^0 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/4825f34a31a3f6d936e3c7937df1db4f6d1a55e2 Support the iOS 3.2 SDK. --- diff --git a/iPhonePrivate.h b/iPhonePrivate.h index d3fc7414..e9df9180 100644 --- a/iPhonePrivate.h +++ b/iPhonePrivate.h @@ -151,6 +151,10 @@ typedef enum { // }}} // @interface NS* (*) {{{ +@interface NSMutableURLRequest (Apple) +- (void) setHTTPShouldUsePipelining:(BOOL)pipelining; +@end + @interface NSString (Apple) - (NSString *) stringByAddingPercentEscapes; - (NSString *) stringByReplacingCharacter:(UniChar)from withCharacter:(UniChar)to;