home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / nsRPC.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-07  |  304 b   |  21 lines

  1. #ifndef    _nsRPC
  2. #define    _nsRPC
  3.  
  4. /* Module nsRPC */
  5.  
  6. #include <mach/kern_return.h>
  7. #include <mach/port.h>
  8. #include <mach/message.h>
  9.  
  10. #ifndef    mig_external
  11. #define mig_external extern
  12. #endif
  13.  
  14. #include <mach/std_types.h>
  15.  
  16. /* Routine pppUp */
  17. mig_external kern_return_t pppUp (
  18.     port_t server);
  19.  
  20. #endif    _nsRPC
  21.