16 lines
396 B
C
16 lines
396 B
C
|
//=============================================================================
|
||
|
// MODULE: krberr.h
|
||
|
//
|
||
|
// Description:
|
||
|
//
|
||
|
// Bloodhound Parser DLL for Kerberos Authentication Protocol
|
||
|
//
|
||
|
// Modification History
|
||
|
//
|
||
|
// Michael Webb & Kris Frost Date: 06/04/99
|
||
|
//=============================================================================
|
||
|
|
||
|
|
||
|
LPBYTE KrbError(HFRAME hFrame, LPBYTE TempFrame);
|
||
|
|