=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/sshlogin.h,v retrieving revision 1.4.14.1 retrieving revision 1.5 diff -u -r1.4.14.1 -r1.5 --- src/usr.bin/ssh/sshlogin.h 2006/10/06 03:19:33 1.4.14.1 +++ src/usr.bin/ssh/sshlogin.h 2006/03/25 18:36:15 1.5 @@ -1,4 +1,4 @@ -/* $OpenBSD: sshlogin.h,v 1.4.14.1 2006/10/06 03:19:33 brad Exp $ */ +/* $OpenBSD: sshlogin.h,v 1.5 2006/03/25 18:36:15 deraadt Exp $ */ /* * Author: Tatu Ylonen @@ -11,9 +11,13 @@ * incompatible with the protocol description in the RFC file, it must be * called by a name other than "ssh" or "Secure Shell". */ +#ifndef SSHLOGIN_H +#define SSHLOGIN_H void record_login(pid_t, const char *, const char *, uid_t, const char *, struct sockaddr *, socklen_t); void record_logout(pid_t, const char *); time_t get_last_login_time(uid_t, const char *, char *, size_t); + +#endif