]> git.saurik.com Git - apple/security.git/blob - sec/securityd/Regressions/SecdTestKeychainUtilities.h
Security-55471.14.tar.gz
[apple/security.git] / sec / securityd / Regressions / SecdTestKeychainUtilities.h
1 //
2 // SecdTestKeychainUtilities.h
3 // sec
4 //
5 // Created by Mitch Adler on 6/11/13.
6 //
7 //
8
9 #ifndef _SECDTESTKEYCHAINUTILITIES_
10 #define _SECDTESTKEYCHAINUTILITIES_
11
12 #include <dispatch/dispatch.h>
13
14 #define kSecdTestSetupTestCount 1
15 void secd_test_setup_temp_keychain(const char* test_prefix, dispatch_block_t do_before_reset);
16
17 #endif