]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/ttyent.h
nscd: Use time_t for return type of addgetnetgrentX
[thirdparty/glibc.git] / include / ttyent.h
CommitLineData
509d1b68 1#ifndef _TTYENT_H
47755784
ZW
2#include <misc/ttyent.h>
3
4# ifndef _ISOMAC
509d1b68 5
abccad04
JM
6extern __typeof (getttyent) __getttyent __THROW;
7libc_hidden_proto (__getttyent)
8extern __typeof (setttyent) __setttyent __THROW;
9libc_hidden_proto (__setttyent)
10extern __typeof (endttyent) __endttyent __THROW;
11libc_hidden_proto (__endttyent)
509d1b68 12
47755784
ZW
13# endif /* !_ISOMAC */
14#endif /* ttyent.h */