Mac OS 9
Keychain.h
Go to the documentation of this file.
1 
19 #ifndef __KEYCHAIN__
20 #define __KEYCHAIN__
21 
22 #ifndef __KEYCHAINCORE__
23 #include <KeychainCore.h>
24 #endif
25 
26 #ifndef __KEYCHAINHI__
27 #include <KeychainHI.h>
28 #endif
29 
30 /* this file has been split into KeychainCore.h and KeychainHI.h */
31 
32 #endif /* __KEYCHAIN__ */
Keychain low-level Interfaces.
Keychain API's with Human Interfaces.