Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 3e97a1401..2ae5bec0b 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,26 @@
2006-05-12 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+ * include/mprapi.h:(MprAdminBufferFree)
+ (MprAdminDeregisterConnectionNotification,MprAdminGetErrorString)
+ (MprAdminInterfaceConnect,MprAdminInterfaceCreate)
+ (MprAdminInterfaceDelete,MprAdminInterfaceDeviceGetInfo)
+ (MprAdminInterfaceDeviceSetInfo,MprAdminInterfaceDisconnect)
+ (MprAdminInterfaceEnum,MprAdminInterfaceGetCredentials)
+ (MprAdminInterfaceGetCredentialsEx,MprAdminInterfaceGetHandle)
+ (MprAdminInterfaceGetInfo,MprAdminInterfaceQueryUpdateResult)
+ (MprAdminInterfaceSetCredentials,MprAdminInterfaceSetCredentialsEx)
+ (MprAdminInterfaceSetInfo,MprAdminInterfaceTransportAdd)
+ (MprAdminInterfaceTransportGetInfo,MprAdminInterfaceTransportRemove)
+ (MprAdminInterfaceTransportSetInfo)
+ (MprAdminInterfaceUpdatePhonebookInfo,MprAdminInterfaceUpdateRoutes)
+ (MprAdminIsServiceRunning,MprAdminRegisterConnectionNotification)
+ (MprAdminServerConnect,MprAdminServerDisconnect)
+ (MprAdminServerGetCredentials,MprAdminServerGetInfo)
+ (MprAdminServerSetCredentials,MprAdminTransportCreate)
+ (MprAdminTransportGetInfo,MprAdminTransportSetInfo): Declare functions.
+
+2006-05-12 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
+
* include/ipxtfflt.h: New file.
2006-05-12 Dimitri Papadopoulos <papadopo@users.sourceforge.net>