Leaked source code of windows server 2003
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.

48 lines
615 B

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. dhcpcli.h
  5. Abstract:
  6. Private header file for the client end of the DHCP server service.
  7. Author:
  8. Madan Appiah (madana) 10-Sep-1993
  9. Manny Weiser (mannyw) 11-Aug-1992
  10. Revision History:
  11. --*/
  12. //
  13. // NT public header files
  14. //
  15. #include <stdarg.h>
  16. #include <windef.h>
  17. #include <winbase.h>
  18. #include <rpc.h>
  19. //
  20. // DHCP public header files
  21. //
  22. #include "dhcp.h"
  23. //
  24. // Local RPC built files
  25. //
  26. #include "dhcp_cli.h"
  27. #include "dhcp2_cli.h"
  28. ULONG DhcpGlobalTryDownlevel;
  29. #define USE_TCP