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.
36 lines
836 B
36 lines
836 B
; ************************************************************
|
|
; File: .def
|
|
; System: Windows NT 3.5
|
|
; Summary: Definitions for Gopher Space Admin DLL
|
|
; Author: Murali R. Krishnan ( MuraliK)
|
|
; Created: 09-Dec-1994
|
|
;************************************************************
|
|
|
|
LIBRARY gdspace ; Module Name
|
|
|
|
DESCRIPTION 'Gopher Space Administration API '
|
|
|
|
EXPORTS
|
|
|
|
DllLibMain
|
|
|
|
GsOpenTagInformation
|
|
GsWriteTagInformation
|
|
GsCloseTagInformation
|
|
|
|
IsValidGopherType
|
|
GsSetGopherInformation
|
|
GsGetGopherInformation
|
|
|
|
GsSetLinkInformation
|
|
GsGetLinkInformation
|
|
|
|
GsSetAdminAttribute
|
|
GsGetAdminAttribute
|
|
|
|
GsSetAttribute
|
|
GsStartFindAttribute
|
|
GsFindNextAttribute
|
|
GsFindCloseAttribute
|
|
|
|
; ********************* End of File *****************************
|