Source code of Windows XP (NT5)
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.

28 lines
599 B

  1. //=============================================================================
  2. // MODULE: kdcrep.h
  3. //
  4. // Description:
  5. //
  6. // Bloodhound Parser DLL for Kerberos Authentication Protocol
  7. //
  8. // Modification History
  9. //
  10. // Michael Webb & Kris Frost Date: 06/04/99
  11. //=============================================================================
  12. // Function definitions for kdcrep.c
  13. LPBYTE KdcResponse(HFRAME, LPBYTE);
  14. LPBYTE KdcRepTypes(HFRAME, LPBYTE, int);
  15. LPBYTE KdcHandleTix(HFRAME, LPBYTE, int);
  16. //LPBYTE DefinePrincipalNameTix(HFRAME, LPBYTE, int, DWORD);
  17. // End Function Definitions