]> andersk Git - openssh.git/blame - auth.h
- More large OpenBSD CVS updates:
[openssh.git] / auth.h
CommitLineData
7368a6c8 1#ifndef AUTH_H
2#define AUTH_H
3
4void do_authentication(void);
e78a59f5 5void do_authentication2(void);
6
7struct passwd *
8auth_get_user(void);
7368a6c8 9
10#endif
This page took 0.056116 seconds and 5 git commands to generate.