Team Fortress 2 Source Code as on 22/4/2020
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
616 B

  1. /*
  2. File: Keychain.h
  3. Contains: Keychain Interfaces.
  4. Version: QuickTime 7.3
  5. Copyright: (c) 2007 (c) 1997-2001 by Apple Computer, Inc., all rights reserved
  6. Bugs?: For bug reports, consult the following page on
  7. the World Wide Web:
  8. http://developer.apple.com/bugreporter/
  9. */
  10. #ifndef __KEYCHAIN__
  11. #define __KEYCHAIN__
  12. #ifndef __KEYCHAINCORE__
  13. #include <KeychainCore.h>
  14. #endif
  15. #ifndef __KEYCHAINHI__
  16. #include <KeychainHI.h>
  17. #endif
  18. /* this file has been split into KeychainCore.h and KeychainHI.h */
  19. #endif /* __KEYCHAIN__ */