18 lines
392 B
Plaintext
18 lines
392 B
Plaintext
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1996 - 1999
|
|
//
|
|
// File: httptran.src
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
LIBRARY
|
|
|
|
EXPORTS
|
|
Open = OpenExp
|
|
Send = SendExp
|
|
Receive = ReceiveExp
|
|
Free = FreeExp
|
|
Close = CloseExp |