home *** CD-ROM | disk | FTP | other *** search
/ Big Green CD 8 / BGCD_8_Dev.iso / NEXTSTEP / Connectivity / GateKeeper-2.1 / pppstats.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-07-16  |  152 b   |  11 lines

  1. struct pppIO {    
  2.     int          inPkts;
  3.     int          outPkts;
  4. };
  5.  
  6. struct pppIO pppIOstat;
  7.  
  8. struct pppIO * intpr(void);
  9. void openSocket(id aView);
  10.  
  11.