]> andersk Git - openssh.git/blobdiff - sshlogin.h
- (bal) UseLogin patch for Solaris/UNICOS. Patch by Wayne Davison
[openssh.git] / sshlogin.h
index 7285bc23e60ad2146a685685bdf2b0564bd69d44..f0d500ee37b1da2f1552dea0328025e63e066d65 100644 (file)
@@ -31,6 +31,15 @@ void
 record_login(pid_t pid, const char *ttyname, const char *user, uid_t uid,
     const char *host, struct sockaddr *addr);
 
+#ifdef LOGIN_NEEDS_UTMPX
+/*
+ * Record just the utmp info for /bin/login.
+ */
+void
+record_utmp_only(pid_t pid, const char *ttyname, const char *user,
+                const char *host, struct sockaddr * addr);
+#endif
+
 /*
  * Records that the user has logged out.  This does many thigs normally done
  * by login(1) or init.
This page took 0.03179 seconds and 4 git commands to generate.