Source code of Windows XP (NT5)
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

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name :
  4. gdcli.acf
  5. Abstract:
  6. Application Configuration File for RPC stubs for Gopher server.
  7. ( for the Client side)
  8. Author:
  9. Murali R. Krishnan ( MuraliK ) 10-Nov-1994
  10. Project:
  11. Gopher Server DLL
  12. Revision History:
  13. --*/
  14. [ implicit_handle( handle_t gopherd_IfHandle) ]
  15. interface gopherd
  16. {
  17. typedef [allocate(all_nodes)] LPGOPHERD_CONFIG_INFO;
  18. }
  19. /************************ End of File ***********************/