]>
git.saurik.com Git - apple/security.git/blob - OSX/utilities/debugging_test.h
3 // Copyright (c) 2014 Apple Inc. All Rights Reserved.
7 // Interfaces exported for tests for debugging code.
10 #ifndef _SECURITY_UTILITIES_DEBUGGING_TEST_H_
11 #define _SECURITY_UTILITIES_DEBUGGING_TEST_H_
13 #include <CoreFoundation/CoreFoundation.h>
14 #include "utilities/debugging.h"
19 // These would all be static inside
20 // debugging.c, but unit tests can use them
23 void __security_debug_init(void);
25 bool IsScopeActive(int level
, CFStringRef scope
);
26 bool IsScopeActiveC(int level
, const char *scope
);
28 void ApplyScopeListForIDC(const char *scopeList
, SecDebugScopeID whichID
);