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.
39 lines
562 B
39 lines
562 B
/*++
|
|
|
|
Copyright (c) 1994 Microsoft Corporation
|
|
|
|
Module Name :
|
|
gdcli.acf
|
|
|
|
Abstract:
|
|
Application Configuration File for RPC stubs for Gopher server.
|
|
( for the Client side)
|
|
|
|
Author:
|
|
|
|
Murali R. Krishnan ( MuraliK ) 10-Nov-1994
|
|
|
|
Project:
|
|
|
|
Gopher Server DLL
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
|
|
[ implicit_handle( handle_t gopherd_IfHandle) ]
|
|
|
|
interface gopherd
|
|
{
|
|
|
|
typedef [allocate(all_nodes)] LPGOPHERD_CONFIG_INFO;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/************************ End of File ***********************/
|