ttyent.h 351 B

1234567891011121314
  1. #ifndef _TTYENT_H
  2. #include <misc/ttyent.h>
  3. # ifndef _ISOMAC
  4. extern __typeof (getttyent) __getttyent __THROW;
  5. libc_hidden_proto (__getttyent)
  6. extern __typeof (setttyent) __setttyent __THROW;
  7. libc_hidden_proto (__setttyent)
  8. extern __typeof (endttyent) __endttyent __THROW;
  9. libc_hidden_proto (__endttyent)
  10. # endif /* !_ISOMAC */
  11. #endif /* ttyent.h */