]> git.saurik.com Git - apple/security.git/blob - keychain/securityd/CheckV12DevEnabled.h
Security-59306.80.4.tar.gz
[apple/security.git] / keychain / securityd / CheckV12DevEnabled.h
1 //
2 // CheckV12DevEnabled.h
3 // Security_ios
4 //
5 // Created by Wouter de Groot on 2018-10-20.
6 //
7
8 #ifndef CHECKV12DEVENABLED_H_
9 #define CHECKV12DEVENABLED_H_
10
11 void resetCheckV12DevEnabled(void);
12 extern int (*checkV12DevEnabled)(void);
13
14 #endif