15 lines
351 B
C
15 lines
351 B
C
#ifndef _TTYENT_H
|
|
#include <misc/ttyent.h>
|
|
|
|
# ifndef _ISOMAC
|
|
|
|
extern __typeof (getttyent) __getttyent __THROW;
|
|
libc_hidden_proto (__getttyent)
|
|
extern __typeof (setttyent) __setttyent __THROW;
|
|
libc_hidden_proto (__setttyent)
|
|
extern __typeof (endttyent) __endttyent __THROW;
|
|
libc_hidden_proto (__endttyent)
|
|
|
|
# endif /* !_ISOMAC */
|
|
#endif /* ttyent.h */
|