22 lines
442 B
Modula-2
22 lines
442 B
Modula-2
;+-------------------------------------------------------------------------
|
|
;
|
|
; Microsoft Windows
|
|
;
|
|
; Copyright (C) Microsoft Corporation, 1998 - 1999
|
|
;
|
|
; File: rpcproxy.def
|
|
;
|
|
;--------------------------------------------------------------------------
|
|
|
|
LIBRARY RpcProxy
|
|
|
|
EXPORTS
|
|
|
|
GetFilterVersion
|
|
HttpFilterProc
|
|
GetExtensionVersion
|
|
HttpExtensionProc
|
|
DllRegisterServer PRIVATE
|
|
DllUnregisterServer PRIVATE
|
|
|