summaryrefslogtreecommitdiffstats
path: root/bsd-login.h
blob: 8891ae34293e55ffa9d8185e06edad3f763b3ffb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _BSD_LOGIN_H
#define _BSD_LOGIN_H

#include "config.h"
#ifndef HAVE_LOGIN

#include <utmp.h>

void login(struct UTMP_STR *utp);

#endif /* !HAVE_LOGIN */

#endif /* _BSD_LOGIN_H */