]> andersk Git - openssh.git/blobdiff - loginrec.h
set SHELL in Makefile in case someone makes from a non bourne compatable shell
[openssh.git] / loginrec.h
index 961a605c41a239dc5cfaa9532979d07c343012ce..a741205eddb2979799398c1dd07d46a4626ee9fd 100644 (file)
@@ -110,6 +110,9 @@ void login_set_current_time(struct logininfo *li);
 /* record the entry */
 int login_login (struct logininfo *li);
 int login_logout(struct logininfo *li);
+#ifdef LOGIN_NEEDS_UTMPX
+int login_utmp_only(struct logininfo *li);
+#endif
 
 /** End of public functions */
 
This page took 0.029939 seconds and 4 git commands to generate.