home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 11 / 11.iso / n / n001 / 1.ddi / INCLUDE / SPX / RPCSVRPC.H < prev    next >
Encoding:
C/C++ Source or Header  |  1989-12-11  |  1.6 KB  |  35 lines

  1. /*
  2.  * Generated by NetWare RPC
  3.  * MS/DOS - Microsoft C 5.1
  4.  */
  5. #ifndef RPCSVRPC_H
  6.  
  7. #define RPCSVRPC_H 1
  8. #include "rpcbind.h"
  9.  
  10. /*                                                                            */
  11. /*                                                                            */
  12. /*                     Copyright 1987, 1988 Netwise, Inc.                     */
  13. /*                              All Rights Reserved                           */
  14. /*   This software contains information which is proprietary to and a trade   */
  15. /*   secret of Netwise, Inc. It is not to be used, reproduced, or disclosed   */
  16. /*   except as authorized in your license agreement.                          */
  17. /*                                                                            */
  18. /*                          Restricted Rights Legend                          */
  19. /*   Use, duplication,  or  disclosure  by the  Government  is  subject  to   */
  20. /*   restrictions as set forth in subparagraph (c)(1)(ii) of the Rights  in   */
  21. /*   Technical Data and  Computer Software clause  at 252.227-7013, or  the   */
  22. /*   equivalent Government clause for other agencies.                         */
  23. /*   Contractor: Netwise, Inc., Boulder, CO 80301 USA                         */
  24. /*                                                                            */
  25. /*                                                                            */
  26. struct _Svrpc {
  27.         int seq_no;
  28.         int rpc_no;
  29.         int Version;
  30.         int Release;
  31.         int Inumber;
  32. } ;
  33.  
  34. #endif
  35.