home *** CD-ROM | disk | FTP | other *** search
/ Photo CD Demo 1 / Demo.bin / inetray / intryst3.c < prev    next >
C/C++ Source or Header  |  1992-06-04  |  376b  |  25 lines

  1. /*
  2.  * Please do not edit this file.
  3.  * It was generated using rpcgen.
  4.  */
  5.  
  6. #include <rpc/rpc.h>
  7. #include "inetray.start.h"
  8. #ifndef ITIMER_REAL
  9. #include    <sys/time.h>        /* for A/UX */
  10. #endif
  11.  
  12. bool_t
  13. xdr_sPrm(xdrs, objp)
  14.     XDR *xdrs;
  15.     sPrm *objp;
  16. {
  17.     if (!xdr_int(xdrs, &objp->uid)) {
  18.         return (FALSE);
  19.     }
  20.     if (!xdr_int(xdrs, &objp->nSvcs)) {
  21.         return (FALSE);
  22.     }
  23.     return (TRUE);
  24. }
  25.