41 lines
392 B
C
41 lines
392 B
C
|
/*++
|
||
|
|
||
|
Copyright (c) 1995 Microsoft Corporation
|
||
|
|
||
|
Module Name:
|
||
|
|
||
|
gfrinit.h
|
||
|
|
||
|
Abstract:
|
||
|
|
||
|
Prototypes for gfrinit.c
|
||
|
|
||
|
Author:
|
||
|
|
||
|
Richard L Firth (rfirth) 09-Jun-1995
|
||
|
|
||
|
Revision History:
|
||
|
|
||
|
09-Jun-1995 rfirth
|
||
|
Created
|
||
|
|
||
|
*/
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
extern "C" {
|
||
|
#endif
|
||
|
|
||
|
VOID
|
||
|
GopherInitialize(
|
||
|
VOID
|
||
|
);
|
||
|
|
||
|
VOID
|
||
|
GopherTerminate(
|
||
|
VOID
|
||
|
);
|
||
|
|
||
|
#if defined(__cplusplus)
|
||
|
}
|
||
|
#endif
|