X-Git-Url: https://git.saurik.com/apple/security.git/blobdiff_plain/d8f41ccd20de16f8ebe2ccc84d47bf1cb2b26bbb..60c433a9f80a92b51b33f65f1f58883e8fe843be:/Security/sec/SOSCircle/Regressions/SOSTestDataSource.c diff --git a/Security/sec/SOSCircle/Regressions/SOSTestDataSource.c b/Security/sec/SOSCircle/Regressions/SOSTestDataSource.c index 1fa5289e..601ba1ba 100644 --- a/Security/sec/SOSCircle/Regressions/SOSTestDataSource.c +++ b/Security/sec/SOSCircle/Regressions/SOSTestDataSource.c @@ -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); }