summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-10 05:08:34 -0800
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-10 05:08:34 -0800
commit4825f34a31a3f6d936e3c7937df1db4f6d1a55e2 (patch)
treec7bc0706eb74d4c52c850850e23dcc2558708538
parentac6cafab02abf2ad3424dc65ea9a500055f5f98e (diff)
Support the iOS 3.2 SDK.v1.1.0%b4
-rw-r--r--iPhonePrivate.h4
1 files changed, 4 insertions, 0 deletions
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;