summaryrefslogtreecommitdiffstats
path: root/login-utils/login.h
diff options
context:
space:
mode:
Diffstat (limited to 'login-utils/login.h')
-rw-r--r--login-utils/login.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/login-utils/login.h b/login-utils/login.h
new file mode 100644
index 000000000..14b698e32
--- /dev/null
+++ b/login-utils/login.h
@@ -0,0 +1,8 @@
+/* defined in login.c */
+extern void badlogin(const char *s);
+extern void sleepexit(int);
+extern struct hostent hostaddress;
+extern char *hostname;
+
+/* defined in checktty.c */
+extern void checktty(const char *user, const char *tty, struct passwd *pwd);