* include/dhcpcsvc.h: New file.

Note that MSDN is confused about whether it should start constant
	and structure names with DHCPCAPI or DHCPAPI. It's using both but
	experience suggests it's DHCPCAPI with `C'.

	* lib/dhcpcsvc.def: New file.
This commit is contained in:
Dimitri Papadopoulos
2003-09-30 07:40:46 +00:00
parent e7e4107e39
commit 684f94e305
5 changed files with 64 additions and 4 deletions

View File

@ -0,0 +1,8 @@
LIBRARY DHCPCSVC.DLL
EXPORTS
DhcpCApiCleanup@0
DhcpCApiInitialize@4
DhcpDeRegisterParamChange@12
DhcpRegisterParamChange@28
DhcpRemoveDNSRegistrations@0
DhcpUndoRequestParams@16