windows-nt/Source/XPSP1/NT/base/remoteboot/rbsetup/server/dhcp.h

27 lines
316 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 2000 Microsoft Corporation
Module Name:
dhcp.h
Abstract:
Code to allow RIS to automatically authorize for DHCP.
Author:
Hugh Leather (hughleat) 25-July-2000
Revision History:
--*/
#if !defined SENTINEL_DHCP
# define SENTINEL_DHCP
HRESULT
AuthorizeDhcp( HWND hDlg );
#endif