summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/system-header-simulator-objc.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/system-header-simulator-objc.h')
-rw-r--r--clang/test/Analysis/system-header-simulator-objc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/test/Analysis/system-header-simulator-objc.h b/clang/test/Analysis/system-header-simulator-objc.h
index 92d5899abf8..4626a4ec4f5 100644
--- a/clang/test/Analysis/system-header-simulator-objc.h
+++ b/clang/test/Analysis/system-header-simulator-objc.h
@@ -112,3 +112,5 @@ extern void CFRelease(CFTypeRef cf);
extern CFMutableStringRef CFStringCreateMutableWithExternalCharactersNoCopy(CFAllocatorRef alloc, UniChar *chars, CFIndex numChars, CFIndex capacity, CFAllocatorRef externalCharactersAllocator);
extern CFStringRef CFStringCreateWithCStringNoCopy(CFAllocatorRef alloc, const char *cStr, CFStringEncoding encoding, CFAllocatorRef contentsDeallocator);
extern void CFStringAppend(CFMutableStringRef theString, CFStringRef appendedString);
+
+void SystemHeaderFunctionWithBlockParam(void *, void (^block)(void *), unsigned);
OpenPOWER on IntegriCloud