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.

25 lines
514 B

  1. //+-----------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (c) Microsoft Corporation
  6. //
  7. // File: ktcore.h
  8. //
  9. // Contents: Kerberos Tunneller, core service thread prototype
  10. //
  11. // History: 28-Jun-2001 t-ryanj Created
  12. //
  13. //------------------------------------------------------------------------
  14. #ifndef __KTCORE_H__
  15. #include <windows.h>
  16. VOID
  17. KtThreadCore(
  18. VOID
  19. );
  20. #define __KTCORE_H__
  21. #endif // __KTCORE_H__