]> git.saurik.com Git - apple/security.git/blobdiff - Security/sec/SOSCircle/Regressions/SOSTestDataSource.c
Security-57031.30.12.tar.gz
[apple/security.git] / Security / sec / SOSCircle / Regressions / SOSTestDataSource.c
index 1fa5289e83baa570950258152932b6027918e552..601ba1bac7525207c84dc5d0d393c852dba5c0c9 100644 (file)
@@ -272,7 +272,7 @@ static CFStringRef dsGetName(SOSDataSourceRef ds) {
     return CFSTR("The sky is made of butterflies");
 }
 
-static void dsSetNotifyPhaseBlock(SOSDataSourceRef ds, SOSDataSourceNotifyBlock notifyBlock) {
+static void dsSetNotifyPhaseBlock(SOSDataSourceRef ds, dispatch_queue_t queue, SOSDataSourceNotifyBlock notifyBlock) {
     ((SOSTestDataSourceRef)ds)->notifyBlock = Block_copy(notifyBlock);
 }