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
527 B
19 lines
527 B
; ************************************************************
|
|
; File: flogu.def
|
|
; System: Windows NT 3.51
|
|
; Summary: Definitions for Simple Log User Agent Filter DLL
|
|
; Author: Murali R. Krishnan ( MuraliK)
|
|
; Created: 15-Feb-1996
|
|
;************************************************************
|
|
|
|
LIBRARY flogu; Module Name
|
|
|
|
DESCRIPTION 'ISAPI Filter for logging User Agent'
|
|
|
|
EXPORTS
|
|
|
|
GetFilterVersion
|
|
HttpFilterProc
|
|
|
|
|
|
; ********************* End of File *****************************
|