home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / network / lattice / portlib.lzh / PORTLIB / IFLINK.H < prev    next >
Encoding:
C/C++ Source or Header  |  1994-11-29  |  267 b   |  11 lines

  1. #ifndef _IFLINK_H
  2. #define _IFLINK_H
  3.  
  4. extern int    if_link        (char *, char *);
  5. extern int    if_getlnkflags    (char *, short *);
  6. extern int    if_setlnkflags    (char *, short);
  7. extern int    if_getifflags    (char *, short *);
  8. extern int    if_setifflags    (char *, short);
  9.  
  10. #endif
  11.