26 lines
514 B
C
26 lines
514 B
C
//+-----------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (c) Microsoft Corporation
|
|
//
|
|
// File: ktcore.h
|
|
//
|
|
// Contents: Kerberos Tunneller, core service thread prototype
|
|
//
|
|
// History: 28-Jun-2001 t-ryanj Created
|
|
//
|
|
//------------------------------------------------------------------------
|
|
#ifndef __KTCORE_H__
|
|
|
|
#include <windows.h>
|
|
|
|
VOID
|
|
KtThreadCore(
|
|
VOID
|
|
);
|
|
|
|
#define __KTCORE_H__
|
|
|
|
#endif // __KTCORE_H__
|