home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 3 / PDCD_3.iso / internet / tcpipsrc / h / if / KISS < prev    next >
Text File  |  1992-02-22  |  202b  |  7 lines

  1. /* KISS TNC control */
  2. #define KISS_DATA       0
  3.  
  4. int  kiss_raw(struct interface *, struct mbuf *);
  5. void kiss_recv(struct interface *, struct mbuf *);
  6. int  kiss_ioctl(struct interface *, int, char **);
  7.