Leaked source code of windows server 2003
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.

29 lines
532 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: mscatprv.h
  8. //
  9. // History: 09-Mar-2000 reidk created
  10. //
  11. //--------------------------------------------------------------------------
  12. #ifndef MSCATPRV_H
  13. #define MSCATPRV_H
  14. #ifdef __cplusplus
  15. extern "C"
  16. {
  17. #endif
  18. extern BOOL WINAPI I_CryptCatAdminMigrateToNewCatDB();
  19. #ifdef __cplusplus
  20. }
  21. #endif
  22. #endif // MSCATPRV_H