windows-nt/Source/XPSP1/NT/termsrv/license/tlserver/include/esetup.h

34 lines
573 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1998.
//
// File: esetup.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 09-02-98 RobLeit Created
//
//----------------------------------------------------------------------------
#ifndef __ESETUP_H__
#define __ESETUP_H__
#ifdef __cplusplus
extern "C" {
#endif
HRESULT PublishEnterpriseServer();
HRESULT UnpublishEnterpriseServer();
#ifdef __cplusplus
};
#endif
#endif // __ESETUP_H__