diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2000-10-08 16:55:29 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2000-10-08 16:55:29 +0000 |
commit | 65bb926f51a5cac83b63e98e81121ece36d57454 (patch) | |
tree | 590e9471cb779f8dac5adc0ef342c695f0c2b422 /winsup/w32api/include/iphlpapi.h | |
parent | 57bf29e8258b921e632666ff17081805a5a62953 (diff) | |
download | cygnal-65bb926f51a5cac83b63e98e81121ece36d57454.tar.gz cygnal-65bb926f51a5cac83b63e98e81121ece36d57454.tar.bz2 cygnal-65bb926f51a5cac83b63e98e81121ece36d57454.zip |
* include/ntsecapi.h: New file.
* include/subauth.h: Ditto.
* include/ipexport.h: Fix global header define not to contain
trailing underscore. Change layout according to standard.
* include/iphlpapi.h: Ditto.
* include/ipifcons.h: Ditto.
* include/iptypes.h: Ditto.
* include/ntdef.h: Ditto. Define conditional datatypes dependent
of inclusion of ntdecapi.h and subauth.h.
* lib/secur32.def: New stub for secur32.dll.
Diffstat (limited to 'winsup/w32api/include/iphlpapi.h')
-rw-r--r-- | winsup/w32api/include/iphlpapi.h | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/winsup/w32api/include/iphlpapi.h b/winsup/w32api/include/iphlpapi.h index 493224947..e71da0aab 100644 --- a/winsup/w32api/include/iphlpapi.h +++ b/winsup/w32api/include/iphlpapi.h @@ -1,14 +1,11 @@ -#ifndef _IPHLPAPI_H_ -#define _IPHLPAPI_H_ - +#ifndef _IPHLPAPI_H +#define _IPHLPAPI_H #include <iprtrmib.h> #include <ipexport.h> #include <iptypes.h> - #ifdef __cplusplus extern "C" { #endif - DWORD WINAPI CreateIpForwardEntry(PMIB_IPFORWARDROW); DWORD WINAPI CreateIpNetEntry(PMIB_IPNETROW); DWORD WINAPI DeleteIpForwardEntry(PMIB_IPFORWARDROW); @@ -40,9 +37,7 @@ DWORD WINAPI SetIpNetEntry(PMIB_IPNETROW); DWORD WINAPI SetIpStatistics(PMIB_IPSTATS); DWORD WINAPI SetIpTTL(UINT); DWORD WINAPI SetTcpEntry(PMIB_TCPROW); - #ifdef __cplusplus } #endif - -#endif /* _IPHLPAPI_H_ */ +#endif /* _IPHLPAPI_H */ |