home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / hamradio / s920603.zip / KISS.H < prev    next >
C/C++ Source or Header  |  1992-04-06  |  531b  |  21 lines

  1. #ifndef    _KISS_H
  2. #define    _KISS_H
  3.  
  4. #ifndef    _MBUF_H
  5. #include "mbuf.h"
  6. #endif
  7.  
  8. #ifndef    _IFACE_H
  9. #include "iface.h"
  10. #endif
  11.  
  12. /* In kiss.c: */
  13. int kiss_free __ARGS((struct iface *ifp));
  14. int kiss_raw __ARGS((struct iface *iface,struct mbuf *data));
  15. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  16. int kiss_init __ARGS((struct iface *ifp,int vj));
  17. int32 kiss_ioctl __ARGS((struct iface *iface,int cmd,int set,int32 val));
  18. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  19.  
  20. #endif    /* _KISS_H */
  21.