]> andersk Git - openssh.git/blame_incremental - bsd-login.h
- Renamed BSD helper function files to bsd-*
[openssh.git] / bsd-login.h
... / ...
CommitLineData
1#ifndef _BSD_LOGIN_H
2#define _BSD_LOGIN_H
3
4#include "config.h"
5#ifndef HAVE_LOGIN
6
7#include <utmp.h>
8
9void login(struct utmp *utp);
10
11#endif /* !HAVE_LOGIN */
12
13#endif /* _BSD_LOGIN_H */
This page took 0.073868 seconds and 5 git commands to generate.