home *** CD-ROM | disk | FTP | other *** search
/ The Pier Shareware 6 / The_Pier_Shareware_Number_6_(The_Pier_Exchange)_(1995).iso / 024 / psi110g.zip / KISS.H < prev    next >
C/C++ Source or Header  |  1994-04-17  |  445b  |  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.