28 lines
726 B
Modula-2
28 lines
726 B
Modula-2
; ************************************************************
|
|
; File: w3dt.def
|
|
; System: Windows NT 5.x
|
|
; Summary: Entry points for the w3 duct-tape interface
|
|
; Author: Taylor Weiss (TaylorW)
|
|
; Created: 03-Feb-2000
|
|
;************************************************************
|
|
|
|
LIBRARY w3dt
|
|
|
|
EXPORTS
|
|
|
|
UlAtqInitialize
|
|
UlAtqTerminate
|
|
UlAtqStartListen
|
|
UlAtqGetContextProperty
|
|
UlAtqSetContextProperty
|
|
UlAtqFreeContext
|
|
UlAtqSendEntityBody
|
|
UlAtqReceiveEntityBody
|
|
UlAtqSendHttpResponse
|
|
UlAtqWaitForDisconnect
|
|
UlAtqInduceShutdown
|
|
UlAtqReceiveClientCertificate
|
|
UlAtqFlushUlCache
|
|
|
|
; ********************* End of File *****************************
|