summaryrefslogtreecommitdiff
path: root/include/ttyent.h
blob: 81e52116e529a76b26c144858d7c1f7000a8cd1e (plain)
1
2
3
4
5
6
7
8
9
10
11
#ifndef	_TTYENT_H
# include <misc/ttyent.h>

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