summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/mprapi.h
Commit message (Collapse)AuthorAgeFilesLines
* * include/mprapi.h: Fix header guard. Cleanup.Dimitri Papadopoulos2006-05-121-14/+28
| | | | | | | | | | (MprAdminAcceptNewConnection,MprAdminAcceptNewConnection2) (MprAdminAcceptNewLink,MprAdminAcceptReauthentication) (MprAdminConnectionHangupNotification) (MprAdminConnectionHangupNotification2) (MprAdminGetIpAddressForUser)(MprAdminInitializeDll) (MprAdminTerminateDll,MprAdminLinkHangupNotification) (MprAdminReleaseIpAddress): Declare functions.
* * include/ipifcons.h: Cleanup.Dimitri Papadopoulos2006-05-121-249/+268
| | | | | * include/ipxconst.h: Fix header guard. * include/ipxrtdef.h: include <ipxconst.h>.
* * include/mprapi.h (MPR_SERVER_HANDLE): New typedef.Dimitri Papadopoulos2006-05-031-0/+5
| | | | | * include/mprapi.h (MprAdmin*): Declare functions. * lib/mprapi.def (MprAdmin*): Add stubs.
* * include/mprapi.h (MprAdminConnection*,MprAdminPort*): Add declaration.Dimitri Papadopoulos2006-05-021-1/+10
| | | | * lib/mprapi.def: New file.
* * include/mprapi.h (PPP_*INFO*, RAS_CONNECTION_*, RAS_PORT_*,Dimitri Papadopoulos2006-05-021-0/+183
| | | | | | | | RAS_USER_*): New structures. * include/mprapi.h (RAS_FLAGS_*,PPP_LCP_*,RASCCPCA_* ,PPP_CCP_*,MAX_*, RASPRIV_*,*ADDRESSLEN,MPR_ENABLE_*): Define. * include/mprapi.h (RAS_*_CONDITION): Add enums. * include/mprapi.h <lmcons.h>: For NETBIOS_NAME_LEN, UNLEN, DLEN.
* * include/mprapi.h: New file.Dimitri Papadopoulos2006-05-021-0/+252
* include/routprot.h: New file. * include/ipxrtdef.h: New file. * include/ipxconst.h: New file. * include/stm.h: New file.