From 4825f34a31a3f6d936e3c7937df1db4f6d1a55e2 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 05:08:34 -0800 Subject: Support the iOS 3.2 SDK. --- iPhonePrivate.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iPhonePrivate.h b/iPhonePrivate.h index d3fc741..e9df918 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; -- cgit v1.2.3