home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp-sdk / src / rpclib / rpc_commondata.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-29  |  669 b   |  25 lines

  1. /*
  2.  *      $Id: rpc_commondata.c,v 4.2 1994/09/29 23:48:50 jraja Exp $
  3.  *      
  4.  *      RPC common global data that is exported by the public interface.
  5.  *      
  6.  *      Copyright © 1994 AmiTCP/IP Group,
  7.  *                       Network Solutions Development Inc.
  8.  *                       All rights reserved. 
  9.  */
  10.  
  11. /* @(#)rpc_commondata.c    2.1 88/07/29 4.0 RPCSRC */
  12. #include <sys/param.h>
  13. #include <rpc/rpc.h>
  14. /*
  15.  * This file should only contain common data (global data) that is exported
  16.  * by public interfaces 
  17.  */
  18. struct opaque_auth _null_auth;
  19. #ifdef FD_SETSIZE
  20. fd_set svc_fdset;
  21. #else
  22. int svc_fds;
  23. #endif /* def FD_SETSIZE */
  24. struct rpc_createerr rpc_createerr;
  25.