typedef struct __OpaqueSecDbStatement *SecDbStatementRef;
struct SOSDigestVector;
-// MARK: Configuration values, not used by clients directly.
-// TODO: Move this section to a private header
-enum {
- kSecDbMaxReaders = 4,
- kSecDbMaxWriters = 1,
- kSecDbMaxIdleHandles = 3,
-};
-
// MARK: SecDbTransactionType
enum {
kSecDbNoneTransactionType = 0,