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
25 lines
514 B
//+-----------------------------------------------------------------------
|
|
//
|
|
// 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__
|