home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / uupc 3.1 / (uupc π) / dcpgpkt.proto.h < prev    next >
Encoding:
Text File  |  1992-09-15  |  280 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2. /* dcpgpkt.c */
  3. int gopenpk(int master);
  4. int gclosepk(void);
  5. int ggetpkt(char *data, int *len);
  6. int gsendpkt(char *data, int len);
  7. int gfilepkt(void);
  8. int geofpkt(void);
  9. int gsendresp(int state);
  10. int gwrmsg(char *str, boolean nowait);
  11. int grdmsg(register char *str, int *bytes);
  12.