mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
530 B
17 lines
530 B
; ************************************************************
|
|
; File: httpmib.def
|
|
; System: Windows NT 3.5
|
|
; Summary: Definitions for HTTP Server MIB DLL
|
|
; Author: Murali R. Krishnan ( MuraliK)
|
|
; Created: Feb 22, 1995
|
|
;************************************************************
|
|
|
|
LIBRARY HTTPMIB ; Module Name
|
|
|
|
EXPORTS
|
|
SnmpExtensionInit
|
|
SnmpExtensionTrap
|
|
SnmpExtensionQuery
|
|
DllLibMain
|
|
|
|
; ********************* End of File *****************************
|