home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / N / TCPIP / NETKIT-B.05 / NETKIT-B / NetKit-B-0.05 / include / rpcsvc / rwall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-05-23  |  737 b   |  32 lines

  1. /*
  2.  * Please do not edit this file.
  3.  * It was generated using rpcgen.
  4.  */
  5.  
  6. #ifndef _RWALL_H_RPCGEN
  7. #define _RWALL_H_RPCGEN
  8.  
  9. #include <rpc/rpc.h>
  10.  
  11.  
  12. #define WALLPROG ((u_long)100008)
  13. #define WALLVERS ((u_long)1)
  14.  
  15. #ifdef __cplusplus
  16. #define WALLPROC_WALL ((u_long)2)
  17. extern "C" void * wallproc_wall_1(char **, CLIENT *);
  18. extern "C" void * wallproc_wall_1_svc(char **, struct svc_req *);
  19.  
  20. #elif __STDC__
  21. #define WALLPROC_WALL ((u_long)2)
  22. extern  void * wallproc_wall_1(char **, CLIENT *);
  23. extern  void * wallproc_wall_1_svc(char **, struct svc_req *);
  24.  
  25. #else /* Old Style C */ 
  26. #define WALLPROC_WALL ((u_long)2)
  27. extern  void * wallproc_wall_1();
  28. extern  void * wallproc_wall_1_svc();
  29. #endif /* Old Style C */ 
  30.  
  31. #endif /* !_RWALL_H_RPCGEN */
  32.