Leaked source code of windows server 2003
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.

40 lines
434 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. Module Name:
  4. gfrinit.h
  5. Abstract:
  6. Prototypes for gfrinit.c
  7. Author:
  8. Richard L Firth (rfirth) 09-Jun-1995
  9. Revision History:
  10. 09-Jun-1995 rfirth
  11. Created
  12. --*/
  13. #if defined(__cplusplus)
  14. extern "C" {
  15. #endif
  16. VOID
  17. GopherInitialize(
  18. VOID
  19. );
  20. VOID
  21. GopherTerminate(
  22. VOID
  23. );
  24. #if defined(__cplusplus)
  25. }
  26. #endif