home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / network / src_1218.zip / KISS.H < prev    next >
C/C++ Source or Header  |  1991-02-10  |  436b  |  19 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_raw __ARGS((struct iface *iface,struct mbuf *data));
  14. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  15. int32 kiss_ioctl __ARGS((struct iface *iface,int cmd,int set,int32 val));
  16. void kiss_recv __ARGS((struct iface *iface,struct mbuf *bp));
  17.  
  18. #endif    /* _KISS_H */
  19.