mirror of https://github.com/lianthony/NT4.0
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.
19 lines
588 B
19 lines
588 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
|
|
|
|
DESCRIPTION 'HTTP SNMP Extension Agent for Windows NT.'
|
|
|
|
EXPORTS
|
|
SnmpExtensionInit
|
|
SnmpExtensionTrap
|
|
SnmpExtensionQuery
|
|
DllLibMain
|
|
|
|
; ********************* End of File *****************************
|